margin value Make a space between two div's
padding value make a space inside a div
Example :
<div class="example">
<span>testing content</span>
</div>
in Css file
.example {margin:10px 10px 10px 10px}
.example span {padding : 10px 10px 10px 10px}
__________________
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts. | To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|