Content deleted Content added
Calum Tomeny (talk | contribs) |
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags |
||
Line 35:
For example, the following CSS code
<
.myClass {
width: 200px;
Line 43:
margin: 10px;
}
</syntaxhighlight>
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.
|