Answer the question
In order to leave comments, you need to log in
How to align the height of divs?
There are such blocks. I don’t know how to adjust the height of the first and second to the height of the second? To be the same height.
CSS block code at the moment:
.service-item {
display: inline-table;
width: 31%;
border: 3px #FFBA26 solid;
border-radius: 5px;
padding: 10px;
margin-right: 10px;
margin-top: 10px;
}
Answer the question
In order to leave comments, you need to log in
Then you have to forget about inline-table
https://codepen.io/ShadowOfCasper/pen/eVyRKv
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question