Styling Lists
By default, unordered list items are marked with round bullets (disc).
The list-style property requires 3 values. It's a short and simple way to refer to 3 different sub-properties: type, position and image.
ul{
list-style: square inside none;
}
...
ligalahhezron.hashnode.dev1 min read