First steps

This commit is contained in:
2026-03-22 19:00:00 +01:00
parent 54f6a1d235
commit 5a5b9f7227
19 changed files with 2583 additions and 2 deletions

41
public/css/style.css Normal file
View 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;
}