From ba1603b912b8e0a5c173d3777444339a70e823ae Mon Sep 17 00:00:00 2001 From: Sophie Axebane Date: Wed, 7 Jun 2023 15:16:55 -0500 Subject: [PATCH] Add paragraph and anchor rules, make all main elements centered left --- index.html | 2 +- styles/main_style.css | 13 +++++++++++-- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 7283f15..39d77c8 100644 --- a/index.html +++ b/index.html @@ -33,6 +33,6 @@ - fluttershy undulate in ms paint + fluttershy undulate in a ms paint window \ No newline at end of file diff --git a/styles/main_style.css b/styles/main_style.css index ec6ec08..e60ee8c 100644 --- a/styles/main_style.css +++ b/styles/main_style.css @@ -29,6 +29,16 @@ li { font-size: 15pt; list-style-type: square; } + +p { + font-family: 'Share Tech Mono', monospace; + color: white; +} + +a { + font-family: 'Share Tech Mono', monospace; + color: white; +} /* Text based stuffs */ body { @@ -41,9 +51,8 @@ body { } div.main { - height: 100%; align-items: center; - margin: auto; + margin: 30vh auto auto 10vw; } img.home {