
       /*ex-oc-3-4-3*/


section{
    display:grid;
    grid-template-columns: 20% 20% 20%;

}

.box {
    height: 100px;
}

