I have a specific issue that can be observed in this fiddle: http://jsfiddle.net/h0qu4ffv/ where I set the margin-top
of one list item to 50px
, but all list items end up following this style.
Is there a way to give each list item an independent margin, or better yet, what is the correct method to create an unordered horizontal list with each item having a different distance (e.g., from the top)?