I have a list that contains 3 items. However, it has a little margin on its left side, I want it to disappear.
Here is my code:
This should work
ul { display: inline; list-style: none; margin: 0px; padding: 0px; } li{ display: inline; }
I have margin space on my left side List 2 List 3 Hi! I am a text without any margin!
Hi! I am a text without any margin!