Globant interview question

Given only <div class="container"></div> make India's Flag using only CSS

Interview Answer

Anonymous

22 Jun 2021

.container{ box-sizing: border-box; border-top: 100px solid orange; border-bottom: 100px solid green; height: 300px; }