CSS box model: Difference between revisions

Content deleted Content added
Rugk (talk | contribs)
m Specifics: +link
Line 22:
}
</source>
will specify the box dimensions of each block belonging to 'myClass'. Moreover, each such box will have total height 160px160[[Pixel|px]] and width 260px, which is the sum of the content, padding, border and margin.
 
==Bugs==