@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");


.menu1 ul {
    display: flex;
    flex-wrap: wrap;
    background-color: black;
    height: 400px;
}
.menu1 li {
    width: 50px;
    height: 50px;
    padding: 60px;
    color: white;
    font-size: 50px;
}

.menu1 .element1 {
    background-color: red;
}
.menu1 .element2 {
    background-color: green;
}
.menu1 .element3 {
    background-color: blue;
}
.menu1 .element4 {
    background-color: orange;
}
.menu1 li:nth-child(1) {
    width: 100px;
}