From 1fbcf1d24b5a22878b06d4981e7c18ae239ca5ef Mon Sep 17 00:00:00 2001 From: Lin Khant Htel Date: Tue, 20 Feb 2024 21:31:04 +0800 Subject: [PATCH 1/2] "Contact Form Updated" --- about.css | 9 +++++---- about.html | 2 +- index.css | 24 +++++++++++++++++++----- index.html | 49 ++++++++++++++++++++++++++++++++++++++----------- index.js | 4 ---- projects.css | 9 +++++---- projects.html | 2 +- 7 files changed, 69 insertions(+), 30 deletions(-) diff --git a/about.css b/about.css index a6148e5..611945a 100644 --- a/about.css +++ b/about.css @@ -12,6 +12,7 @@ html { nav { background-color: rgb(9, 0, 30); + filter: drop-shadow(10px 10px 10px gray); width: 100%; display: flex; flex-direction: row; @@ -39,13 +40,13 @@ nav #dropdownmenu { nav #dropdown { position: absolute; - left: 40%; + left: 55%; margin-top: 50px; - width: 60%; - height: 60%; + width: 40%; + height: 40%; display: none; background-color: #02012e; - border: 1px solid white; + border: 1px solid blue; flex-direction: column; align-items: center; } diff --git a/about.html b/about.html index bcdb3f9..9ececdf 100644 --- a/about.html +++ b/about.html @@ -22,7 +22,7 @@