Thursday, October 22, 2015

ul without bullets

Here is how you can get a unordered list without bullets:

ul {
    list-style-type: none;
    padding: 0;
}