You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
370 B
29 lines
370 B
#bkg{
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 100%;
|
|
right: 0;
|
|
top: 0;
|
|
background-color: #444444;
|
|
}
|
|
#bk2{
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 90%;
|
|
right: 0;
|
|
top: 10%;
|
|
background-color: #00aa00;
|
|
}
|
|
#title{
|
|
position: absolute;
|
|
width: 100%;
|
|
height: 10%;
|
|
right: 0;
|
|
top: 0;
|
|
background-color: #00aa00;
|
|
}
|
|
.botton{
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
} |