ik ben bezig eigen website zo als jullie wel weten maar nu heb ik een probleem
ik krijg me 3de border niet niets naast me tweede maar me tweede wel naast me eerste
ik gebruik dit
#nieuwstetracks{
height:400px;
width:33%;
background-color:white;
margin-left:10px;
border-style:solid;
border-width:5px;
margin: 0 auto;
}
#aanbevolen{
height:400px;
width:30%;
background-color:white;
margin-left:10px;
border-style:solid;
border-width:5px;
margin: left;
margin-top: 0px;
}
#meestbekeken{
height:400px;
width:33%;
background-color:white;
margin-left:10px;
border-style:solid;
border-width:5px;
margin: left;
margin-top: 0px;
margin-left:0px;
}
.clear {
clear: both;
}
.left {
float: left;
}
.right {
float: right;
}
wat zou ik fout doen ?