From cb1fd1412822a01069c0d7b5d6c62f545a328809 Mon Sep 17 00:00:00 2001 From: vgatextmode Date: Sat, 19 Oct 2024 23:03:31 +0300 Subject: [init] initial commit --- button1.png | Bin 0 -> 4219 bytes index.html | 27 +++++++++++++++++++++++++++ mayura.gif | Bin 0 -> 100118 bytes style.css | 41 +++++++++++++++++++++++++++++++++++++++++ 4 files changed, 68 insertions(+) create mode 100644 button1.png create mode 100644 index.html create mode 100644 mayura.gif create mode 100644 style.css diff --git a/button1.png b/button1.png new file mode 100644 index 0000000..a541000 Binary files /dev/null and b/button1.png differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..96c9a95 --- /dev/null +++ b/index.html @@ -0,0 +1,27 @@ + + + + + + + + + + + +
+ + +
+ + + + + diff --git a/mayura.gif b/mayura.gif new file mode 100644 index 0000000..2613425 Binary files /dev/null and b/mayura.gif differ 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