Hi,
für eine mobile Version meiner Webseite suche ich nach einer Möglichkeit, gefloatete Div Container zu zentrieren. Im Internet gibt es zwar einige Lösungsmöglichkeiten. Aber die funktionieren nicht oder ich verstehe Sie nicht.
Im Endeffekt möchte ich erreichen, das die DIV´s immer zentriert sind. Auch wenn man das Browserfenster verkleinert und dann z.B. nur noch zwei DIV´s in einer Reihe passen. Könnt Ihr mir helfen? Hier mein Code!
für eine mobile Version meiner Webseite suche ich nach einer Möglichkeit, gefloatete Div Container zu zentrieren. Im Internet gibt es zwar einige Lösungsmöglichkeiten. Aber die funktionieren nicht oder ich verstehe Sie nicht.
Im Endeffekt möchte ich erreichen, das die DIV´s immer zentriert sind. Auch wenn man das Browserfenster verkleinert und dann z.B. nur noch zwei DIV´s in einer Reihe passen. Könnt Ihr mir helfen? Hier mein Code!
HTML:
<!DOCTYPE html>
<style>
.box
{
font-size:1em;
position: relative;
height:100%;
width:95%;
min-width:320px;
max-width:1024px;
margin-top:1%;
border: 1px solid #000000;
border-width: 1px;
display: inline-block;
background-color: #ffffff;
padding-left:0.5%;
padding-right:0.5%;
padding-bottom:0.5%;
text-align:left;
}
</style>
<div align="center">
<div class="box">
<div style="overflow:hidden; border: 1px solid #000000; width:270px;height:230px; margin-left:3px; margin-right:30px; margin-bottom:30px; float:left;">
<div style="border-bottom: 1px solid #000000; width: 270px; height:206px; background-size:cover; background-image: url('bild1.jpg'); background-repeat:no-repeat; background-position:50% 50%;" >
</div>
<div style="text-align: center; font-size:0.50em; height:100%; margin-top:2px; line-height: 1.5">
irgendein Text</div>
</div>
<div style="overflow:hidden; border: 1px solid #000000; width:270px;height:230px; margin-left:0px; margin-right:30px; margin-bottom:30px; float:left;">
<div style="border-bottom: 1px solid #000000; width: 270px; height:206px; background-size:cover; background-image: url('bild2.jpg'); background-repeat:no-repeat; background-position:50% 50%;" >
</div>
<div style="text-align: center; font-size:0.50em; height:100%; margin-top:2px; line-height: 1.5">
irgendein Text</div>
</div>
<div style="overflow:hidden; border: 1px solid #000000; width:270px;height:230px; margin-left:0px; margin-right:0px; margin-bottom:30px; float:left;">
<div style="border-bottom: 1px solid #000000; width: 270px; height:206px; background-size:cover; background-image: url('bild3.jpg'); background-repeat:no-repeat; background-position:50% 50%;" >
</div>
<div style="text-align: center; font-size:0.50em; height:100%; margin-top:2px; line-height: 1.5">
irgendein Text</div>
</div>
<div style="overflow:hidden; border: 1px solid #000000; width:270px;height:230px; margin-left:3px; margin-right:30px; margin-bottom:30px; float:left;">
<div style="border-bottom: 1px solid #000000; width: 270px; height:206px; background-size:cover; background-image: url('bild4.jpg'); background-repeat:no-repeat; background-position:50% 50%;" >
</div>
<div style="text-align: center; font-size:0.50em; height:100%; margin-top:2px; line-height: 1.5">
irgendein Text</div>
</div>
<div style="overflow:hidden; border: 1px solid #000000; width:270px;height:230px; margin-left:0px; margin-right:30px; margin-bottom:30px; float:left;">
<div style="border-bottom: 1px solid #000000; width: 270px; height:206px; background-size:cover; background-image: url('bild5.jpg'); background-repeat:no-repeat; background-position:50% 50%;" >
</div>
<div style="text-align: center; font-size:0.50em; height:100%; margin-top:2px; line-height: 1.5">
irgendein Text</div>
</div>
<div style="overflow:hidden; border: 1px solid #000000; width:270px;height:230px; margin-left:0px; margin-right:0px; margin-bottom:30px; float:left;">
<div style="border-bottom: 1px solid #000000; width: 270px; height:206px; background-size:cover; background-image: url('bild6.jpg'); background-repeat:no-repeat; background-position:50% 50%;" >
</div>
<div style="text-align: center; font-size:0.50em; height:100%; margin-top:2px; line-height: 1.5">
irgendein Text</div>
</div>
<div style="overflow:hidden; border: 1px solid #000000; width:270px;height:230px; margin-left:3px; margin-right:30px; margin-bottom:30px; float:left;">
<div style="border-bottom: 1px solid #000000; width: 270px; height:206px; background-size:cover; background-image: url('bild7.jpg.jpg'); background-repeat:no-repeat; background-position:50% 50%;" >
</div>
<div style="text-align: center; font-size:0.50em; height:100%; margin-top:2px; line-height: 1.5">
irgendein Text</div>
</div>
<div style="overflow:hidden; border: 1px solid #000000; width:270px;height:230px; margin-left:0px; margin-right:30px; margin-bottom:30px; float:left;">
<div style="border-bottom: 1px solid #000000; width: 270px; height:206px; background-size:cover; background-image: url('bild8.jpg'); background-repeat:no-repeat; background-position:50% 50%;" >
</div>
<div style="text-align: center; font-size:0.50em; height:100%; margin-top:2px; line-height: 1.5">
irgendein Text</div>
</div>
<div style="overflow:hidden; border: 1px solid #000000; width:270px;height:230px; margin-left:0px; margin-right:0px; margin-bottom:30px; float:left;">
<div style="border-bottom: 1px solid #000000; width: 270px; height:206px; background-size:cover; background-image: url('bild9.jpg'); background-repeat:no-repeat; background-position:50% 50%;" >
</div>
<div style="text-align: center; font-size:0.50em; height:100%; margin-top:2px; line-height: 1.5">
irgendein Text</div>
</div>
</div>
</div>