My problem is getting worse | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

My problem is getting worse

I trying to make some box but its DONT SHOWS HTML: <!DOCTYPE html> <html> <head> <title>Page Title</title> </head> <body> <div class "main"> By ZalgoOffical </div> </body> </html> CSS: .main { height:150px; width:400px; background-color: LightSkyBlue; display: inline-table; border-radius:20%; color:#0087ff; } If you want please send script

15th Oct 2021, 2:38 PM
ZalfoOfficial
ZalfoOfficial - avatar
2 Answers
+ 6
ZalfoOfficial Your class assignment has an error <div class "main"> Should be <div class="main">
15th Oct 2021, 2:56 PM
Paul K Sadler
Paul K Sadler - avatar
+ 5
Thanks
15th Oct 2021, 2:57 PM
ZalfoOfficial
ZalfoOfficial - avatar