#box1 {
width: 100%;
height: auto;
background-color: #000;
float: left;
}
#box2 {
list-style: none;
width: 75%;
margin: auto;
float: left;
}
#box2 li {
margin: 0;
float: left;
color: #fff;
width: 100%;
}veya
#box2 li {
width: 250px;
margin: 0;
float: left;
color: #fff;
clear: both;
}
a
Sağol hocam deneyeceğim ama şu an display:inline:block ile çözdüm