Add page content, Add icons

This commit is contained in:
2022-10-11 18:35:16 +02:00
parent 316c92ecd0
commit b891091d1b
4 changed files with 229 additions and 29 deletions

View File

@@ -1,43 +1,49 @@
.loading {
height: 100vh;
width: 100vw;
background-color: black;
height: 100vh;
width: 100vw;
background-color: black;
}
.App {
color: white;
font-size: calc(10px + 2vmin);
text-shadow:
-1px -1px 0.2em #000,
1px -1px 0.2em #000,
-1px 1px 0.2em #000,
1px 1px 0.2em #000;
text-align: center;
display: flex;
justify-content: center;
}
.App-logo {
height: 40vmin;
pointer-events: none;
.container {
max-width: 1024px;
}
@media (prefers-reduced-motion: no-preference) {
.App-logo {
animation: App-logo-spin infinite 20s linear;
}
}
.App-header {
.fullheight {
min-height: 100vh;
}
.hero {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
font-size: calc(10px + 2vmin);
color: white;
align-items: center;
}
.App-link {
color: #61dafb;
.hero-outer {
flex-grow: 1;
display: flex;
flex-direction: column;
justify-content: flex-end;
}
@keyframes App-logo-spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
h1,
h2 {
margin: 1em 0 0.1em 0;
}
p {
margin: 0.3em 0 0.3em 0;
}