Answers for "css remove marker ul"

CSS
1

how to remove markers in css

.nav{
    list-style:none ;
}
Posted by: Guest on April-06-2021
1

css no list markers

list-style: none;
Posted by: Guest on April-06-2020

Browse Popular Code Answers by Language