added imprint and privacy

This commit is contained in:
Samuel Philipp 2018-12-12 19:33:06 +01:00
parent 78b4157382
commit 86b730ccfc
6 changed files with 350 additions and 6 deletions

View file

@ -84,4 +84,22 @@ body {
.headers .padding {
flex-grow: 1.3;
}
.menu {
position: fixed;
right: 0;
bottom: 0;
background-color: rgba(255, 255, 255, 0.6);
border-top: 1px solid #ffffff;
border-left: 1px solid #ffffff;
border-top-left-radius: 8px;
}
.menu a {
color: #000000;
}
.menu a:hover {
color: #222222;
}

5
css/style-legal.css Normal file
View file

@ -0,0 +1,5 @@
body {
background-image: url("../img/bg.png");
padding: 2%;
color: #fff;
}