Globant Interview Question

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

Interview Answer

Anonymous

Jun 22, 2021

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