View Single Post
Old 05-27-2015, 06:42 AM   #4
yasar
Registered User
 
Join Date: May 2015
Posts: 61
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.
yasar is offline   Reply With Quote