Guten Tag ,
habe ein kleines Problem bei einem Div-Container .
Dieser Container wird komischer weise nicht angezeigt.
style.css
#box1 {
width:369px;
height:528px;
float:right;
color:black;
position: relative;
top: 140px;
right: 80px;
background-image: url('images/box1.png');
}
HTML
<div id="box1>
Woran liegt dies?