I have a problem .. The blue-colored elements appear vertically, but I want them to appear horizontally .. I tried all the methods and did not solve the problem .. The code is too long, so I will only put the code of items
#cv .cv-item{
width: 499px;
height: 400px;
flex-basis: 80%;
display: inline-block;
align-items: flex-start;
justify-content: center;
flex-direction: column;
padding: 30px;
border-radius: 10px;
background-color: aqua;
background-size: cover;
margin: 10px 5%;
position: relative;
z-index: 1;
}
#cv .cv-item::after{
content: '';
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
z-index: -1;
}
Whoever wants the code details I will put it
Edit: It worked .. Unlimited thanks to everyone who tried with me .. Thank you