+ 1
CSS on the sololearn app. My html is displaying just fine, The CSS on the other hand is only wonky. Help me out please
5 Answers
+ 5
They were errors made from both spelling and organization of your css code
...eg:
text-transform: uppercase;
not
text-transform: bolder
etc..
+ 5
<a id="link">
+ 1
thanks man, i got it!
https://code.sololearn.com/Wqhl3bOw6Ur6/?ref=app
0
what about the inline value? Thanks man
0
nevermind, i figured it out. the id needed to be in each list item. thanks guys