From 4374f4f648818f2b094fe698631488a05d66f89d Mon Sep 17 00:00:00 2001 From: Hizenberg469 Date: Tue, 28 Apr 2026 23:14:00 +0530 Subject: [PATCH] next commit --- css/styles.min.css | 47 ++++++++++++++++++++++++++-------------- index.html | 53 ++++++++++++++++++++++++++++++++++------------ 2 files changed, 71 insertions(+), 29 deletions(-) diff --git a/css/styles.min.css b/css/styles.min.css index 5ebf8ec..23ecfa1 100644 --- a/css/styles.min.css +++ b/css/styles.min.css @@ -36,15 +36,9 @@ body { overflow: hidden; } -a { - color: #f2f2f2; - font-weight: bold; - text-decoration: none; -} -a:hover { - text-decoration: underline; -} + + /* h1 { font-size: 20px; @@ -212,21 +206,42 @@ a:hover { filter: alpha(opacity=30); } +.Info { + position: absolute; + top: 20px; + left: 20px; + right: 30%; +} + .title { font-size: 15pt; text-shadow: 1px 1px 5px #FFF; padding: 1rem; + right: 30%; + display: flex; } .contact { - display: inline-block; - font-size: x-small; + margin-top: auto; + font-size: small; + margin-left: auto; } -#navMain { - font-size: smaller; - top: 40px; - left: 20px; - right: 30%; - display: flexbox; +.text-white { + color: #FFF; +} + +a { + color:#FFF; + font-weight: bold; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + +.custom-link-color-force{ + color:#FFF; + background-color: #0F111F; } \ No newline at end of file diff --git a/index.html b/index.html index 1b832cd..43312f2 100644 --- a/index.html +++ b/index.html @@ -14,21 +14,48 @@
-
-
-
- - Junet Hossain - -
- mail@jhossain.online - | - Resume +
+
+
+
+
+ Junet Hossain +
+
-
+
+
+
+ +
+
+
...
-
...
-
...
\ No newline at end of file