0
Why
Why doesn’t this css work ? Please help🥺 https://code.sololearn.com/W1V3za13SQ41/?ref=app
6 Answers
+ 2
𝔽O𝙣🅃🅂
Semicolon missing
' ; '
At the end of each style u need to give semicolon
For example :
p{
font-size:20px ;
color :pink ;
}
font-size:20px ;
^
+ 1
Thank you I will try it
+ 1
The semicolons are missing here...
https://code.sololearn.com/Wy30dJczhrLZ/?ref=app
+ 1
You forgot the semicolons :)
0
𝕋𝕙𝕒𝕟𝕜 𝕪𝕠𝕦 𝕒𝕝𝕝 𝕤𝕠 𝕞𝕦𝕔𝕙, 𝕥𝕙𝕚𝕤 𝕣𝕖𝕒𝕝𝕝𝕪 𝕙𝕖𝕝𝕡𝕖𝕕.
- 1
There are two font size