First steps
This commit is contained in:
BIN
public/Bilder/logo.png
Normal file
BIN
public/Bilder/logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 15 KiB |
41
public/css/style.css
Normal file
41
public/css/style.css
Normal file
@@ -0,0 +1,41 @@
|
||||
.header {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 20%;
|
||||
top: 0;
|
||||
left: 0;
|
||||
background-color: darkred;
|
||||
|
||||
}
|
||||
|
||||
#logo {
|
||||
margin: 10px;
|
||||
}
|
||||
|
||||
.ticker {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 4%;
|
||||
top: 20%;
|
||||
left: 0;
|
||||
background-color: #0f0;
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
.navbar {
|
||||
position: absolute;
|
||||
width: 20%;
|
||||
height: 78%;
|
||||
top: 24%;
|
||||
left: 0;
|
||||
background-color: pink;
|
||||
}
|
||||
|
||||
.content {
|
||||
position: absolute;
|
||||
width: 80%;
|
||||
height: 78%;
|
||||
top: 24%;
|
||||
left: 20%;
|
||||
background-color: aqua;
|
||||
}
|
||||
Reference in New Issue
Block a user