Final (for now)

This commit is contained in:
2024-09-27 18:18:40 +02:00
parent 939b9d7179
commit 640dad3d6b
7 changed files with 10 additions and 1 deletions

View File

@@ -10,7 +10,7 @@
</head> </head>
<body> <body>
<div id="topBar"> <div id="topBar">
<img src="logo.gif" alt="logo" id="logo"> <img src="modelec_anime_sombre.gif" alt="logo" id="logo">
</div> </div>
<div id="void"></div> <div id="void"></div>
<div id="bottom"> <div id="bottom">

BIN
logo-unscreen.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 MiB

BIN
logo.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 18 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.4 MiB

BIN
modelec_anime_clair.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.8 MiB

BIN
modelec_anime_sombre.gif Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.8 MiB

View File

@@ -10,13 +10,22 @@ body {
background-color: #00ff1a; background-color: #00ff1a;
margin: 0; margin: 0;
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
font-weight: 600;
} }
#logo {
margin-left: 1em;
max-height: 100px;
background-color: transparent;
mix-blend-mode: screen;
}
#topBar { #topBar {
width: 100%; width: 100%;
height: 72px; height: 72px;
background-color: rgba(255, 89, 90, 0.5); background-color: rgba(255, 89, 90, 0.5);
box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
display: flex;
align-items: center;
} }
#void { #void {