From 6098068cbc8148f40f898b3974f3cc2bf20c69fa Mon Sep 17 00:00:00 2001 From: lolmao Date: Thu, 26 Oct 2023 17:00:13 -0500 Subject: Initial Commit --- index.css | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 index.css (limited to 'index.css') diff --git a/index.css b/index.css new file mode 100644 index 0000000..697da8e --- /dev/null +++ b/index.css @@ -0,0 +1,42 @@ +/* Generated by Squirrel Font */ +@font-face { + font-family: 'zai_courier_polski_1941Rg'; + src: url('fonts/courier_polski_1941/webkit/zai_courierpolski1941-webfont.woff2') format('woff2'), + url('fonts/courier_polski_1941/webkit/zai_courierpolski1941-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; + +} + +@font-face { + font-family: 'schizoid_personalityregular'; + src: url('fonts/schizoid_personality/webkit/schizoid_personality-webfont.woff2') format('woff2'), + url('fonts/schizoid_personality/webkit/schizoid_personality-webfont.woff') format('woff'); + font-weight: normal; + font-style: normal; + +} +/* */ + + +body { + text-align:center; + padding: 0px; + margin: 0px; +} + +#header { + background-image: url(images/sketty.jpeg); + background-size: cover; + position: -webkit-sticky; + position: sticky; + top: 0; + + display: inline-block; + width: 100%; +} + +#header h1 { + text-align: left; + font-family: 'schizoid_personalityregular'; +} -- cgit v1.2.3