+ 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; }
2 Answers
+ 2
Thanks Solo đ€
+ 1
Debug:
<div class= "nigeria-flag">