Divs piling up

0

I'm trying to make a grid with 4 divs of 25% width, but they are not setting off correctly, who can save me? I've wasted hours on this! HTML PART:                     Buy your credit card certificate now and send it 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;

}

    
asked by anonymous 28.02.2017 / 23:44

1 answer

0

You can try this link

    
01.03.2017 / 15:50