Epic-Sax/inhalte/designes/impressum.css

41 lines
668 B
CSS
Raw Normal View History

2019-07-11 03:52:25 +00:00
* {
margin: 0;
padding: 0;
2019-07-12 08:28:55 +00:00
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
2019-07-11 03:52:25 +00:00
}
h1 {
position: absolute;
top: 10%;
left: 5%;
font-size: 10vh;
}
p {
position: absolute;
top: 50%;
left: 50%;
transform: translate3D(-50%, -50%, 0);
font-size: 5vh;
2019-07-11 15:01:36 +00:00
}
2019-07-12 08:28:55 +00:00
2019-07-11 15:01:36 +00:00
.button {
background-color: grey;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
2019-07-11 20:59:32 +00:00
cursor: pointer;
2019-07-12 08:28:55 +00:00
}
.button:hover {
2019-07-11 15:01:36 +00:00
background-color: lightgray;
color: white;
2019-07-12 08:28:55 +00:00
}
.mailto {
color: grey;
}