CSS box model: Difference between revisions

Content deleted Content added
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags
Line 35:
 
For example, the following CSS code
<sourcesyntaxhighlight lang="css">
.myClass {
width: 200px;
Line 43:
margin: 10px;
}
</syntaxhighlight>
</source>
would specify the box dimensions of each block belonging to 'myClass'. Moreover, each such box will have total height 160[[Pixel|px]] and width 260px.