Witajcie, jestem świeży w CSS, mam taki problem. Nie wiem jak zrobić pasek oddzielający szare od niebieskiego (http://screenshooter.net/1176280/rubwcii), u mnie to wygląda tak (proszę nie zwracać uwagi na słowa) {http://screenshooter.net/1176280/erfektl}. Moje kody w CSS & HTML:
body {
background: url(../images/background.png) no-repeat;
margin: 0;
}
#header {
height: 70px;
position:absolute;
width: 100%;
background: #0B243B;
border-bottom: 5px solid #848484;
}
.rejuser {
position:relative;
top:84px;
text-align:center;
color: #9ACD32;
font-size:50px;
font:italic normal normal 36px Georgia, "Times New Roman", Times, serif;
top:90px;
text-align:center;
padding:36px 0 3px center;margin:0;
}
#table {
height: auto;;
top:130px;
margin: 1 auto;
width: 500px;
padding-top: 7px;
background: black left top repeat-x;
margin-bottom: 20px;
position:relative;
-moz-border-radius: 5px;
border-radius: 5px;
}
#text {
color: #2A4A6F;
font-family: Tw Cen MT;
font-size: 27px;
margin-left: 13px;
}
#ottem {
color: lime;
padding: 5px;
}
<link rel="stylesheet" href="../css/user_register.css" type="text/css">
<div class="rejuser">Zarejestruj się już dziś !
</div>
<div id="text">Musztarda
</div>