From c132621a863dbc5e4de96b6bb197b30215e537cd Mon Sep 17 00:00:00 2001 From: Abhishek Dumaniya Date: Sat, 18 May 2024 00:44:22 +0530 Subject: [PATCH] add navbar in contact.html --- Html-Files/Css-Files/styles.css | 35 ++++++++++++++++++++++++++++++++- Html-Files/contact.html | 25 +++++++++++++++++++++++ 2 files changed, 59 insertions(+), 1 deletion(-) diff --git a/Html-Files/Css-Files/styles.css b/Html-Files/Css-Files/styles.css index df2680be..fe5db3c0 100644 --- a/Html-Files/Css-Files/styles.css +++ b/Html-Files/Css-Files/styles.css @@ -21,13 +21,46 @@ section::before { content: ''; position: absolute; - top: 0; + top: 10; left: 0; width: 50%; height: 100%; background: #fff38e; } +.nav_link { + list-style: none; + } + + .nav_link li { + padding: 5px 20px; + display: inline-block; + color: white; + } + + .nav_link li a { + transition: all 0.3s ease 0s; + color: white; + text-decoration: none; + } + + .nav_link li a:hover { + color: #55a5ea; + text-decoration: underline 2.5px rgb(3, 3, 94); + } + + .header_container { + /* background-color: #d9d9d9; */ + background-color: #022a2d; + opacity: 0.9; + display: flex; + flex-direction: row; + justify-content: space-between; + align-items: center; + height: 60px; + margin: auto; + } + .container { position: relative; diff --git a/Html-Files/contact.html b/Html-Files/contact.html index f776071d..21b300f6 100644 --- a/Html-Files/contact.html +++ b/Html-Files/contact.html @@ -18,6 +18,31 @@ + +
+
+ +
+
+ +

RapiDoc

+
+ + + +
+