Why doesn't it work?(css) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Why doesn't it work?(css)

I found a cheat sheet but it's not working. What should I do? https://code.sololearn.com/Ws336CjCgqaK/?ref=app

27th Apr 2022, 8:49 AM
Saba Moslempour
Saba Moslempour - avatar
2 Answers
+ 6
Don't write everything in your css file inside your body. Don't write: body { .button { ... } ... } Write instead: body { } .button { ... } ...
27th Apr 2022, 8:51 AM
Stefanoo
Stefanoo - avatar
+ 1
Thanks
27th Apr 2022, 3:39 PM
Saba Moslempour
Saba Moslempour - avatar