This commit is contained in:
luna 2022-03-13 14:46:09 +01:00
parent 270a8b896a
commit 4960958b39
5 changed files with 50 additions and 51 deletions

BIN
assets/goalmap.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.9 MiB

47
assets/style.css Normal file
View file

@ -0,0 +1,47 @@
@font-face {
font-family: grandstander;
src: url("https://fonts.googleapis.com/css2?family=Grandstander");
}
* {
box-sizing: border-box;
}
html {
height: 100%;
margin: 0;
padding: 0;
font-size: 1.6em;
line-height: 1.4em;
font-family: "Fire Sans", "Helvetica", "Arial", sans-serif;
}
body {
background-color: rgb(124, 206, 163);
display: flex;
flex-direction: column;
height: 100%;
margin: 0;
padding: 0;
}
#header {
text-align: right;
padding: 1em 2em;
}
#main {
flex-grow: 1;
justify-content: center;
align-items: center;
display: flex;
}
a, a:active, a:visited {
color: black;
}
.links {
margin: 0;
padding: 1em;
justify-content: center;
display: flex;
}
.links li {
display: inline-block;
padding: .5em;
}

0
ccc
View file

View file

@ -1,60 +1,12 @@
<!DOCTYPE html>
<html>
<head>
<style>
@font-face {
font-family: grandstander;
src: url("https://fonts.googleapis.com/css2?family=Grandstander");
}
* {
box-sizing: border-box;
}
html {
height: 100%;
margin: 0;
padding: 0;
font-size: 1.6em;
line-height: 1.4em;
font-family: "Fire Sans", "Helvetica", "Arial", sans-serif;
}
body {
background-color: rgb(124, 206, 163);
display: flex;
flex-direction: column;
height: 100%;
margin: 0;
padding: 0;
}
#header {
text-align: right;
padding: 1em 2em;
}
#main {
flex-grow: 1;
justify-content: center;
align-items: center;
display: flex;
}
a, a:active, a:visited {
color: black;
}
.links {
margin: 0;
padding: 1em;
justify-content: center;
display: flex;
}
.links li {
display: inline-block;
padding: .5em;
}
/* Ich bin ein Kommentar TEST */
</style>
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<div id=header>
<a href="goalmap">Goalmap</a>
<div id=header>
<a href="goalmap.html">Goalmap</a>
</div>
<div id=main>
<div id=message>

BIN
test.jpeg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB