From 3481534ca491f957a1eb24a755c9b2da063dbfc3 Mon Sep 17 00:00:00 2001 From: e Date: Sun, 25 Feb 2024 21:45:59 +0100 Subject: [PATCH] update homepage --- index.html | 22 ++++++++++++---------- style.css | 19 ++++++++++++++++++- 2 files changed, 30 insertions(+), 11 deletions(-) diff --git a/index.html b/index.html index 5fbbcff..4d89d11 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ Eirik Kultorp's homepage + -
- +

Eirik Kultorp

Software engineer interested in high-performance computing, devops and infra, and knowledge representation. +

Enjoys sci-fi and racket sports. Based in Oslo.

- + -
+ +
- \ No newline at end of file + \ No newline at end of file diff --git a/style.css b/style.css index 5abde2e..d8dc8e5 100644 --- a/style.css +++ b/style.css @@ -6,4 +6,21 @@ #portrait { width: 10em; border-radius: 100%; -} \ No newline at end of file +} +body { + height: 100vh; + margin: 0; +} +main { + display: flex; + flex-direction: column; + align-items: center; + font-family:'Courier'; + height: 100%; + font-size: 1.5em; +} + +main > * { + max-width: 19em; + text-align: center; +}