0
How do I center these two bottom Ivs?
#content{
position:relative;
height: 80%;
width: 85%;
margin-top: 1%;
}
#uphist{
text-align: justify;
padding-top: 2%;
height:30%;
width:80%;
margin-left: auto;
margin-right: auto;
}
#esqhist{
background-color: red; /* EXCLUIR */
height:60%;
width:50%;
float:left;
margin-left: auto;
}
#dirhist{
background-color: aqua; /* EXCLUIR */
text-align: justify;
height:60%;
width:30%;
float:right;
margin-right: auto;
}
How do you want to center? You want to center them one on the other side in the middle, one below the other or one on the other?
– Willian
May you two stand in the middle side by side.
– Mateus Cortes