0
Why
Why doesnât this css work ? Please helpđ„ș https://code.sololearn.com/W1V3za13SQ41/?ref=app
6 Respostas
+ 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