summaryrefslogtreecommitdiff
path: root/index.css
diff options
context:
space:
mode:
authorlolmao <lolmao@noreply.gov>2023-10-26 17:00:13 -0500
committerlolmao <lolmao@noreply.gov>2023-10-26 17:00:13 -0500
commit6098068cbc8148f40f898b3974f3cc2bf20c69fa (patch)
tree675560b013b74620abe934294b99c209ecff39c8 /index.css
Initial Commit
Diffstat (limited to 'index.css')
-rw-r--r--index.css42
1 files changed, 42 insertions, 0 deletions
diff --git a/index.css b/index.css
new file mode 100644
index 0000000..697da8e
--- /dev/null
+++ b/index.css
@@ -0,0 +1,42 @@
1/* Generated by Squirrel Font */
2@font-face {
3 font-family: 'zai_courier_polski_1941Rg';
4 src: url('fonts/courier_polski_1941/webkit/zai_courierpolski1941-webfont.woff2') format('woff2'),
5 url('fonts/courier_polski_1941/webkit/zai_courierpolski1941-webfont.woff') format('woff');
6 font-weight: normal;
7 font-style: normal;
8
9}
10
11@font-face {
12 font-family: 'schizoid_personalityregular';
13 src: url('fonts/schizoid_personality/webkit/schizoid_personality-webfont.woff2') format('woff2'),
14 url('fonts/schizoid_personality/webkit/schizoid_personality-webfont.woff') format('woff');
15 font-weight: normal;
16 font-style: normal;
17
18}
19/* */
20
21
22body {
23 text-align:center;
24 padding: 0px;
25 margin: 0px;
26}
27
28#header {
29 background-image: url(images/sketty.jpeg);
30 background-size: cover;
31 position: -webkit-sticky;
32 position: sticky;
33 top: 0;
34
35 display: inline-block;
36 width: 100%;
37}
38
39#header h1 {
40 text-align: left;
41 font-family: 'schizoid_personalityregular';
42}