Thursday, May 21, 2015

CSS - Make Bullets a part of Li Element instead of UL

To avoid this problem just change style to inside.

Example:
ul {
    list-style-position: inside;
}




No comments:

Post a Comment