Do you know what is the difference between these two?
ul li { margin: 0 0 5px 0; } ul > li { margin: 0 0 5px 0; }
If not, you should read this article. Very simple and straightforward explanation of a few CSS selectors.
Do you know what is the difference between these two?
ul li { margin: 0 0 5px 0; } ul > li { margin: 0 0 5px 0; }
If not, you should read this article. Very simple and straightforward explanation of a few CSS selectors.