-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 06133a6
Showing
35 changed files
with
571 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,124 @@ | ||
@font-face{ | ||
font-family: "Karla"; | ||
src: url("../fonts/Karla-Regular.ttf"); | ||
} | ||
|
||
*{ | ||
font-family: "Karla"; | ||
margin: 0; | ||
padding: 0; | ||
box-sizing: border-box; | ||
} | ||
|
||
html body{ | ||
width: 100%; | ||
} | ||
|
||
body{ | ||
padding: 0 2vw; | ||
} | ||
|
||
a{ | ||
text-decoration: none; | ||
} | ||
|
||
nav{ | ||
display: flex; | ||
align-items: center; | ||
justify-content: space-between; | ||
padding: 3vh 0; | ||
} | ||
|
||
nav a{ | ||
color:#323A45; | ||
font-weight: bold; | ||
} | ||
|
||
nav ul{ | ||
list-style: none; | ||
display: flex; | ||
align-items: center; | ||
justify-content: flex-end; | ||
gap: 5vw; | ||
} | ||
|
||
nav ul a{ | ||
font-size: 0.8rem; | ||
} | ||
|
||
img{ | ||
width: 100%; | ||
margin-bottom: 2vh; | ||
} | ||
|
||
.bild1, .bild{ | ||
transition: opacity 0.5s ease; | ||
} | ||
|
||
.bild1:hover, .bild:hover{ | ||
opacity: 0.5; | ||
} | ||
|
||
section{ | ||
display: grid; | ||
grid-template-columns: repeat(3, 1fr); | ||
grid-template-rows: auto auto auto; | ||
gap: 20px; | ||
margin-bottom: 5vh; | ||
} | ||
|
||
.bild1{ | ||
grid-column: 1 / 4; | ||
} | ||
|
||
.text{ | ||
display: grid; | ||
grid-template-columns: repeat(2, 1fr); | ||
} | ||
|
||
h2{ | ||
font-size: 1.2em; | ||
font-weight: 400; | ||
color:#000000; | ||
} | ||
|
||
.text > h2{ | ||
text-align: right; | ||
} | ||
|
||
h3{ | ||
font-size: 1.2em; | ||
font-weight: 400; | ||
color: #848484; | ||
margin-bottom: 5vh; | ||
} | ||
|
||
footer{ | ||
font-weight: 400; | ||
display: grid; | ||
grid-template-columns: repeat(2, 2fr 1fr); | ||
gap: 2vw; | ||
padding-bottom: 2vh; | ||
} | ||
|
||
h4{ | ||
font-size: 1.2em; | ||
margin-bottom: 4vh; | ||
} | ||
|
||
.bold{ | ||
font-weight: bold; | ||
} | ||
|
||
footer a, footer > p{ | ||
color: #656b72; | ||
} | ||
|
||
footer div:nth-child(even){ | ||
display: flex; | ||
flex-direction: column; | ||
} | ||
|
||
.italic{ | ||
font-style: italic; | ||
} |
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.
Oops, something went wrong.