0
There is a problem in the services section that all services do not appear
There is a problem in the services section that all services do not appear in the phone version https://code.sololearn.com/WPJRpQ7oB5oP/?ref=app
7 ответов
+ 3
.container {
justify-content: space-between;
}
change it, and play a little with the margins to be nicer
+ 2
use this
.container{
display: flex;
justify-content: left;
align-items: center;
overflow-x: scroll;
flex-wrap: nowrap;
}
.cards{
display: column;
width: 100%;
margin-left: 25px;
margin-right: 50px;
}
0
line 30:
<div class="cards hidden">
0
Mihaly Nyilas
but the .hidden class was commented out in the css, so it's not actually doing anything.
0
Mihaly Nyilas space between is nice. better than using margin to control the gaps.
0
you still didn't make it as I see. I have tried it, and works at me
0
Mihaly Nyilas
maybe the OP Mostafa Algohary has not seen the replies yet...