mirror of
https://github.com/modelec/assets-live.git
synced 2026-03-18 21:30:37 +01:00
Final (for now)
This commit is contained in:
@@ -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
BIN
logo-unscreen.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.0 MiB |
BIN
modelec-anime-clair-unscreen.gif
Normal file
BIN
modelec-anime-clair-unscreen.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 2.4 MiB |
BIN
modelec_anime_clair.gif
Normal file
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
BIN
modelec_anime_sombre.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.8 MiB |
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user