From 6bbe665edc0decd73179883aa392b5e0ede9b56c Mon Sep 17 00:00:00 2001 From: edpibu Date: Fri, 7 Aug 2020 08:10:29 +0200 Subject: [PATCH] Base layout --- css/main.css | 7 +++++++ index.html | 14 ++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 css/main.css create mode 100644 index.html diff --git a/css/main.css b/css/main.css new file mode 100644 index 0000000..4b5bc02 --- /dev/null +++ b/css/main.css @@ -0,0 +1,7 @@ +html { + box-sizing: border-box; + font-family: sans-serif; +} +*, *::before, *::after { + box-sizing: inherit; +} diff --git a/index.html b/index.html new file mode 100644 index 0000000..a09b927 --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ + + + + + + + Edgar P. Burkhart + + + + +

Hello World!

+ +