This repository has been archived on 2021-04-14. You can view files and clone it, but cannot push or open issues or pull requests.
tmp_webseite/assets/style.css

88 lines
1.4 KiB
CSS

body {
background-color: #edefeb;
background-image: url("white_unicorns.svg");
background-repeat: no-repeat;
background-size: 180%;
background-position: top 20% right 150%;
font-family: 'Lato', sans-serif;
font-weight: normal;
line-height: 1.4rem;
color: var(--nearly-black);
}
main {
max-width: 1200px;
margin: 0 auto;
height: 100%;
display: flex;
flex-direction: column;
justify-content: center;
}
.text_box {
justify-content: flex-start;
}
.logo {
width: 100%;
height: 90%;
background-image: url("wtf_logo.svg");
background-size: contain;
background-position: center;
background-repeat: no-repeat;
}
ul {
text-align: center;
}
li {
display: inline-block;
margin: 0 2rem;
}
a {
color: #f60;
text-decoration: none;
}
h1 {
font-family: 'Lato';
font-size: 3.5rem;
color: var(--wtf-orange);
margin: 1rem 0 2.5rem 0;
line-height: 1.2em;
}
h2 {
font-family: 'Lato';
font-size: 2rem;
line-height: 1.3em;
margin-top: 0.5em;
}
h3 {
font-family: 'Lato';
font-size: 1.75rem;
line-height: 1.3em;
margin-top: 0.5em;
}
h4 {
font-family: 'Lato';
font-size: 1.5rem;
line-height: 1.3em;
margin-top: 0.5em;
}
h5 {
font-family: 'Lato';
font-size: 1.25rem;
line-height: 1.2em;
margin-top: 0.5em;
}
h6 {
font-family: 'Lato';
font-size: 1rem;
line-height: 1.2em;
margin-top: 0.5em;
}