Paste von Anonym am 2010-09-05 17:06:57 Syntax: CSS
.balken {
height: 45px;
background-image: url("images/balken.png");
color: white;
}
.balken p {
padding: 15px;
}
#header {
height: 315px;
background-image: url("images/header.png");
}
#content {
background-image: url("images/grau.png");
border-left-style: solid;
border-right-style: solid;
border-left-width: 1px;
border-right-width: 1px;
padding: 25px;
}

