From f9cd1563205b27f7b58b17def2269a03d754d433 Mon Sep 17 00:00:00 2001 From: Lupancham Date: Wed, 17 Jul 2024 03:05:53 -0400 Subject: [PATCH] minor Changes --- 404.html | 23 ++++++++++++++++++----- README.md | 4 +++- gallery.html | 23 ++++++++++++++++++----- index.html | 24 +++++++++++++++++++----- places.html | 23 ++++++++++++++++++----- 5 files changed, 76 insertions(+), 21 deletions(-) diff --git a/404.html b/404.html index 5740a0a..807f559 100644 --- a/404.html +++ b/404.html @@ -33,6 +33,15 @@ height: 40px; border-radius: 15px; margin-right: 15px; + transition: transform 0.8s; + } + + nav img:hover { + transform: rotate(720deg); + width: 40px; + height: 40px; + border-radius: 15px; + margin-right: 15px; } nav a { @@ -53,7 +62,7 @@ footer { background-color: #333; - padding: 20px 0; + padding: 5px 0; display: flex; justify-content: space-between; align-items: center; @@ -63,13 +72,13 @@ footer svg { margin-right: 20px; - border-radius: 15px; - transition: transform 1s, box-shadow 0.4s, background-color 0.4s; + border-radius: 100%; + transition: transform 0.7s, box-shadow 0.4s, background-color 0.4s; } footer svg:hover { - transform: scale(1.1); - border-radius: 15px; + transform: scale(1.3) rotate(360deg); + border-radius: 100%; box-shadow: 0 0 10px rgb(61, 75, 234); background-color: rgb(88, 101, 242); } @@ -89,6 +98,10 @@ Map + + + +