Commit 6d33b998 authored by Björn Fischer's avatar Björn Fischer

first commit

parents
<html>
<head>
<style>
@font-face {
font-family: champagne;
src: url('Champagne & Limousines.ttf');
}
body {
background-color: #EFEFEF;
font-family: champagne;
}
.wrapper {
margin-top: 150px;
}
h1 {
margin:auto;
text-align: center;
font-size: 100px;
}
.links {
width: 100%;
max-width: 900px;
margin: 15px auto;
display: flex;
justify-content: center;
}
a {
font-size: 30px;
text-decoration: none;
padding: 15px 20px;
border: black solid 3px;
margin: 10px 15px;
color: black;
transition: color 1s;
transition: background-color 1s;
}
a:hover {
background: rgb(81, 189, 115);
color: white;
}
</style>
</head>
<body>
<div class="wrapper">
<h1>QW123</h1>
<div class="links">
<a href="https://mail.qw123.de/owa">OWA</a>
<a href="https://qw123.de/git">Gitlab</a>
</div>
</div>
</body>
</html>
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment