Divs piling up

Asked

Viewed 35 times

0

I’m trying to make a grid with 4 Divs of 25% width, but they’re not properly stripping, who can save me? I’ve wasted hours and hours on this! HTML OF THE PARTY: Buy your credit card certificate now and issue today!*

1 2 3 4

--> CSS certificadocol1{

width: :25%;
height: 100px;
float: left;
padding: 15px;
text-align: center;
padding: 6px 16px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-right: 1px solid #e7e7e7;

} } .certificadocol2{

width: :25%;
height: 100px;
float: left;
padding: 15px;  
text-align: center;
padding: 6px 16px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-right: 1px solid #e7e7e7;

} } .certificadocol3{

width: :25%;
float: left;
height: 100px;
padding: 15px;
text-align: center;
padding: 6px 16px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
border-right: 1px solid #e7e7e7;

} } .certificadocol4{

width: :25%;
height: 100px;
float: left;
padding: 15px;

}

1 answer

0


Browser other questions tagged

You are not signed in. Login or sign up in order to post.