From ca324c1b05554ca1739aa8bd17c97b4542a53c19 Mon Sep 17 00:00:00 2001 From: popa39 Date: Fri, 3 May 2024 06:17:40 +0900 Subject: [PATCH] =?UTF-8?q?=D0=BA=D0=BE=D0=BC=D0=BC=D0=B8=D1=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 22 ++++++++++++---------- main.css | 15 +++++++++++++++ 2 files changed, 27 insertions(+), 10 deletions(-) create mode 100644 main.css diff --git a/index.html b/index.html index 17a6160..e6a340e 100644 --- a/index.html +++ b/index.html @@ -1,13 +1,15 @@ - - - :3 -
-
-

-

meow

+ + + + + :3 + +
+
-
- - \ No newline at end of file +

дискорд активити

+ + + diff --git a/main.css b/main.css new file mode 100644 index 0000000..5a6ee6e --- /dev/null +++ b/main.css @@ -0,0 +1,15 @@ +div{ + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); +} + +h1 { + font-family: "Comic Sans MS", "Comic Sans", cursive; + color: #1e2124; + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -430%); +} \ No newline at end of file