From 72dab84af23b5f20a55bbdcb3b47a1c7db3203e2 Mon Sep 17 00:00:00 2001 From: SprintingSnail Date: Thu, 31 Oct 2024 21:14:38 -0500 Subject: [PATCH] stuff --- index.html | 17 ++++++++++++----- style.css | 11 +++++++++++ 2 files changed, 23 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index be27ab7..b059ef0 100644 --- a/index.html +++ b/index.html @@ -8,12 +8,19 @@ -

SprintingSnail69

-

Front End Developer

-
-

Projects

-

+

SprintingSnail69

+
+

Front End Developer

+
+ My Github + My YoutTube +
+

Projects

+
+

+
+
diff --git a/style.css b/style.css index 296cbed..7626592 100644 --- a/style.css +++ b/style.css @@ -13,4 +13,15 @@ body { .pg { margin-left: 30px; +} + +.button { + background-color:rgb(95, 137, 222); + margin-left: auto; +} + +.button:hover { + scale: 1.1; + transition: 0.2s; + margin-left: auto; } \ No newline at end of file