wcf.regNote.message
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 |
<!-- Layoutangaben -->
.navbar
{
position: absolute;
width: 100px;
top: 0;
left: 0;
background: red;
}
.content
{
margin-left: 100px;
margin-right: 20%;
background: blue;
}
.sponsor
{
position: absolute;
width: 20%;
top: 0;
right: 0;
background: red;
}
div > h1
{
margin-top: 0;
}
|