Logos und ein bisschen Layout
This commit is contained in:
41
style.css
41
style.css
@@ -2,8 +2,49 @@ body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
|
||||
#title {
|
||||
text-align: center;
|
||||
font-size:xx-large;
|
||||
font-family:'Trebuchet MS';
|
||||
font-weight: bold;
|
||||
width: 50%;
|
||||
padding: 15px;
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
|
||||
h1 {
|
||||
font-family:'Trebuchet MS';
|
||||
margin: 0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
#logoJadeHs{
|
||||
position: fixed;
|
||||
top: 1%;
|
||||
right: 10%;
|
||||
width: 128px;
|
||||
height: 69px;
|
||||
transform-origin: center center;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
|
||||
#logoLbeg{
|
||||
position: fixed;
|
||||
top: 1%;
|
||||
right: 1%;
|
||||
width: 128px;
|
||||
height: 69px;
|
||||
transform-origin: center center;
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
#map {
|
||||
width: 85%;
|
||||
height: 90%;
|
||||
position: fixed;
|
||||
right: 0%;
|
||||
bottom: 0%;
|
||||
}
|
||||
Reference in New Issue
Block a user