How do you add multiple css? I've added another but it's not showing ..
Reactions
Responses
you should just be able to add as many arguments as you want, if it's not showing up here's a few things you can try:
- check inspect element to see what's not showing up (don't do this if you know you won't be able to find it!)
- make sure that the code is formatted properly, with a semicolon at the end of every line of code, and all arguments split with a brace bracket
- if it's all formatted correctly but one particular element won't show up on the page, try adding
!important
before the semicolon in that line of code