+ 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 Antworten
+ 2
Thanks Solo 🤝
+ 1
Debug:
<div class= "nigeria-flag">