Answer the question
In order to leave comments, you need to log in
How can I make it so that when the height of one block changes, the height of the other block also changes with it?
How can I make it so that when the height of one block changes, the height of the other block also changes with it?
Answer the question
In order to leave comments, you need to log in
the only way to do this without flexbox and without js is to use pseudo-tables
https://codepen.io/topicstarter/pen/bvbNXQ
tereshock98 , do you use preprocessors?
Try like this
.statics {
width: 400px;
padding: 25px;
background-color: #89c39b;
font-size: 400px;
}
.statics-circle {
border-radius: 50%;
width: 1em;
height: 1em;
background-color: #8c5d79;
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question