+ 1
Whats the difference between ... !?
padding : 10px; & padding : 10%;
2 Respuestas
+ 4
10px takes up a static 10 pixels of space.
10% takes up 10% of the block of space..so if the block is 200px 10% will use 20 pixels
0
Css for formatting
padding : 10px; & padding : 10%;