I’m trying to attempt to create flex boxes on my own but have failed already haha. my code boxes are not moving next to each other even though I’ve set the container to display: flex; and my boxes seem to be the children of the container. I’m sure I’m missing quite a few things out. Thank you guys!!!
My code:
Box 1
Box 2
Box 3
}
.flex-container {
display: flex;
background-color: antiquewhite;
height: 600px;
}
.box{
width: 50px;
height: 100px;
background-color: aqua;
border: 1px navy solid;
}Preformatted text
Preformatted text
Summary
List item