From cb1fd1412822a01069c0d7b5d6c62f545a328809 Mon Sep 17 00:00:00 2001 From: vgatextmode Date: Sat, 19 Oct 2024 23:03:31 +0300 Subject: [init] initial commit --- style.css | 41 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) create mode 100644 style.css (limited to 'style.css') diff --git a/style.css b/style.css new file mode 100644 index 0000000..cff8753 --- /dev/null +++ b/style.css @@ -0,0 +1,41 @@ + +body { + background-color: black; + font-size: 20; +} + +.mainflex { + + display: flex; + justify-content: center; + height: 90vh; + align-items: center; + flex-direction: column; + gap: 0.5%; + +} + +.mainflex img { + + margin-left: 110px; + +} + +a { + color: violet; + text-decoration: none; + text-shadow: indigo 2px 5px; +} + +a:hover { + color: slateblue; + text-decoration: none; + text-shadow: navy 2px 5px; +} + +footer { + border-top: 2px dashed grey; + display: flex; + justify-content: center; + padding: 2%; +} -- cgit v1.2.3