+ 1
can someone please help me to find out what is the wrong things i did
4 Answers
+ 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>
+ 1
Can you please explain what you want to reach and what is happend?
0
I noticed you messaged me privately. However the message did not go through. What is your question?
0
Hi chris can you check out my new question please ?
thank you for your help
https://www.sololearn.com/discuss/2695269/?ref=app