+ 1

I'm trying to get this to run , any help? Check the description for the code 👌

<div class= "nigeria Flag"> <div class="first-green"></div> <div class="white"></div> <div class="second-green"></div> </div> .nigeria-flag{ display: flex; } .first-green{ height: 100px; width: 60px; background-color: green; } .white{ height: 100px; width: 60px; background-color: white; } .second-green{ height: 100px; width: 60px; background-color: green; }

29th Mar 2023, 6:12 PM
Stephanas Nkume
Stephanas Nkume - avatar
2 odpowiedzi
+ 2
Thanks Solo 🤝
29th Mar 2023, 6:48 PM
Stephanas Nkume
Stephanas Nkume - avatar
+ 1
Debug: <div class= "nigeria-flag">
29th Mar 2023, 6:42 PM
Solo
Solo - avatar