marginسی اس اس مارجین
سه شنبه, ۵ آبان ۱۳۹۴، ۱۲:۵۱ ب.ظ
<!DOCTYPE html>
<html>
<head>
<style>
p.x {
background-color: yellow;
}
p.ex {
background-color: yellow;
margin-top: 100px;
margin-bottom: 100px;
margin-right: 150px;
margin-left: 50px;
}
</style>
</head>
<body>
<p>This is a paragraph with no specified margins.بدون مارجین</p>
<p class="ex">This is a paragraph with specified margins.مارجین دار</p>
</body>
</html>
نتیجه
This is a paragraph with no specified margins.بدون مارجین
This is a paragraph with specified margins.مارجین دار