0
CSS Box Model
Why does Padding, Border, and Margin give the same output?: #margin { padding-left: 50px; } -------------------- #margin { margin-left: 50px; } -------------------------- #margin { border-left: 50px; } What is the reason? My text is still aligned at the same place. I thought that they were different.
1 Odpowiedź
0
Mirielle Thank you for the code example. But what do you mean with div > .wp