Hi all, First of all this is an amazing community . I am new to this community .This is my First Post
I am developing my first project Tribute page , So I was developing a list .
According to given example list must be like
i.e. the elements of the list must be aligned ,the bullet dots must be in same line
but I am not able to align
the bullet dots of the list
The Css that I have used so far is
`li{
display: list-item;
margin:auto;
}
ul{
display:inline;
list-style-position: inside;
padding: 0;
margin: 50%;
}`
So Please help me