html - list items nested within another list items . how to bring them one below another -


hi want make nested <li> below above <li>.

codepen.

add following css file:

#a ul {   margin:0;   padding:0; } 

also need change text-align:center; text-align:left; in #b li


Comments

Popular posts from this blog

c++ - list<myClass<int> * > sort -

SoapUI on windows 10 - high DPI/4K scaling issue -

java - why am i getting a "cannot resolve method" error on getApplication? -