CSSer recently put forward some time to write CSS “top level skills.”
Font size to use px
CSS statement in line
Compare the following two:
h2 (font-size: 18px; border: 1px solid blue; color: # 000; background-color: # FFF;)
h2 (
font-size: 18px;
border: 1px solid blue;
color: # 000;
background-color: # FFF;
)
The second looks really formatted, but not in reading any help. Written on [...]



