mirror of
https://github.com/Kugelschieber/marvinblum.git
synced 2026-01-18 06:40:27 +00:00
CV.
This commit is contained in:
BIN
assets/marvin.jpg
Normal file
BIN
assets/marvin.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 292 KiB |
@@ -42,10 +42,6 @@ html, body {
|
||||
color: var(--dark-gray);
|
||||
}
|
||||
|
||||
body {
|
||||
padding: 128px;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-size: 60px;
|
||||
line-height: 78px;
|
||||
@@ -121,6 +117,7 @@ small {
|
||||
|
||||
.content {
|
||||
max-width: 640px;
|
||||
margin: 128px;
|
||||
}
|
||||
|
||||
.footer {
|
||||
@@ -169,3 +166,24 @@ small {
|
||||
width: 8px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.cv {
|
||||
display: flex;
|
||||
gap: 32px;
|
||||
margin: 0 0 16px 0;
|
||||
}
|
||||
|
||||
.cv div:first-child {
|
||||
width: 128px;
|
||||
color: var(--light-gray);
|
||||
}
|
||||
|
||||
.fullpage-img {
|
||||
position: fixed;
|
||||
right: 0;
|
||||
left: 896px;
|
||||
top: 0;
|
||||
bottom: 0;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user