+ 1

can someone please help me to find out what is the wrong things i did

https://code.sololearn.com/Wp7Axk08cRNv/?ref=app

6th Feb 2021, 6:48 AM
Sam A. Ishak
Sam A. Ishak - avatar
4 Réponses
+ 4
Nest the .box divs inside the .wrapper div. You currently have the wrapper closed <div> </div> remove the </div> form line 9 Put it after line 13 </div> Like this <div class="wrapper"> <div class="box red"></div> <div class="box green"></div> <div class="box blue"></div> <div class="box gold"></div> </div>
6th Feb 2021, 7:14 AM
Chris Coder
Chris Coder - avatar
+ 1
Can you please explain what you want to reach and what is happend?
6th Feb 2021, 7:03 AM
JaScript
JaScript - avatar
0
I noticed you messaged me privately. However the message did not go through. What is your question?
13th Feb 2021, 11:31 AM
Chris Coder
Chris Coder - avatar
0
Hi chris can you check out my new question please ? thank you for your help https://www.sololearn.com/discuss/2695269/?ref=app
13th Feb 2021, 11:47 AM
Sam A. Ishak
Sam A. Ishak - avatar