From 6cf25b7de380335f770560bd80453bbe3d114062 Mon Sep 17 00:00:00 2001 From: Pad <145267541+PadjokeJ@users.noreply.github.com> Date: Sun, 27 Oct 2024 12:49:41 +0100 Subject: [PATCH] styling test --- wiki/index.html | 24 ++++++++++++++++++++++-- wiki/wiki.css | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 69 insertions(+), 2 deletions(-) create mode 100644 wiki/wiki.css diff --git a/wiki/index.html b/wiki/index.html index d77a05f..60ce4d1 100644 --- a/wiki/index.html +++ b/wiki/index.html @@ -1,12 +1,32 @@ -

WIKI

+
+
+

+ + +

+ + +

+ WIKIES +

+

+ + +
+
+ + +

- Tealeaf + Tealeaf

\ No newline at end of file diff --git a/wiki/wiki.css b/wiki/wiki.css new file mode 100644 index 0000000..3ff877c --- /dev/null +++ b/wiki/wiki.css @@ -0,0 +1,47 @@ +body +{ + margin: 0; + background: rgb(36, 44, 44); + + text-align: left; +} + +#text-color +{ + color : rgb(142, 167, 167) +} + +img +{ + border-radius: 5% 10% 50%; +} + +#tip-title +{ + font-size:4.5vw; + margin-bottom:10%; +} + +#top-title +{ + text-transform:capitalize; + line-height:normal; + text-align:left; +} + +#header-titles +{ + width:100%; + margin-left:0; + text-align: left; + float: left; +} + +#header-image +{ + width:20%; + margin-right: 16px; + margin-bottom: 32px; + text-align:left; + float: left; +} \ No newline at end of file