2.596
Bearbeitungen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
Zeile 101: | Zeile 101: | ||
.specsBox { | .specsBox { | ||
position:relative; | position:relative; | ||
float:right; | float:right; | ||
width:320px; | width:320px; | ||
margin: 16px 0 16px 16px; | margin: 16px 0 16px 16px; | ||
box-sizing:border-box; | |||
} | } | ||
.specsBox .container{ | .specsBox .container{ | ||
position:absolute; | position:absolute; | ||
width:320px; | width:320px; | ||
padding:1em; | |||
background-color:#ffeecc; | |||
background-color:#ffeecc; | -webkit-border-radius: 5px; | ||
-webkit-border-radius: 5px; | -moz-border-radius: 5px; | ||
-moz-border-radius: 5px; | border-radius: 5px; | ||
border-radius: 5px; | |||
} | } | ||