From 4ed60a73e95edbabe9fdc39388515d9b171e4855 Mon Sep 17 00:00:00 2001 From: Gumn4m1 <98003893+Pankaj0038@users.noreply.github.com> Date: Wed, 3 Jul 2024 23:47:07 +0530 Subject: [PATCH] Add files via upload --- css/about.css | 57 +++++++++++++++++++++++++++++++++++++++++++++++++ css/contact.css | 57 +++++++++++++++++++++++++++++++++++++++++++++++++ css/vuln.css | 57 +++++++++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 171 insertions(+) create mode 100644 css/about.css create mode 100644 css/contact.css create mode 100644 css/vuln.css diff --git a/css/about.css b/css/about.css new file mode 100644 index 0000000..c641e59 --- /dev/null +++ b/css/about.css @@ -0,0 +1,57 @@ +body{ + background-color: black; +} + +.container{ + width: 100%; + border: 1px solid white; + justify-content: center; + align-items: center; + border-radius: 5px; + background-color: black; + color: white; + height: 95vh; +} + +#name{ + display: flex; + margin-top: 1px; + align-items: center; + justify-content: center; + color: white; +} + +h1{ + font-size: 5rem; + font-family: "Space Mono",monospace; +} +nav { + width: 100%;height: 80px; + display: flex; + align-items: center; + justify-content: space-around; +} + +nav a { + text-transform: uppercase; + text-decoration: none; + color: white; + font-weight: 900; + font-size: 17px; + position: relative; +} + +nav a:before{ + content: ""; + position: absolute; + top:100%; + left:0%; + width:0%; + height: 2px; + border-bottom: 2px solid white; + transition: all 0.2s linear; +} + +nav a:hover:before{ +width: 100%; +} \ No newline at end of file diff --git a/css/contact.css b/css/contact.css new file mode 100644 index 0000000..c641e59 --- /dev/null +++ b/css/contact.css @@ -0,0 +1,57 @@ +body{ + background-color: black; +} + +.container{ + width: 100%; + border: 1px solid white; + justify-content: center; + align-items: center; + border-radius: 5px; + background-color: black; + color: white; + height: 95vh; +} + +#name{ + display: flex; + margin-top: 1px; + align-items: center; + justify-content: center; + color: white; +} + +h1{ + font-size: 5rem; + font-family: "Space Mono",monospace; +} +nav { + width: 100%;height: 80px; + display: flex; + align-items: center; + justify-content: space-around; +} + +nav a { + text-transform: uppercase; + text-decoration: none; + color: white; + font-weight: 900; + font-size: 17px; + position: relative; +} + +nav a:before{ + content: ""; + position: absolute; + top:100%; + left:0%; + width:0%; + height: 2px; + border-bottom: 2px solid white; + transition: all 0.2s linear; +} + +nav a:hover:before{ +width: 100%; +} \ No newline at end of file diff --git a/css/vuln.css b/css/vuln.css new file mode 100644 index 0000000..c641e59 --- /dev/null +++ b/css/vuln.css @@ -0,0 +1,57 @@ +body{ + background-color: black; +} + +.container{ + width: 100%; + border: 1px solid white; + justify-content: center; + align-items: center; + border-radius: 5px; + background-color: black; + color: white; + height: 95vh; +} + +#name{ + display: flex; + margin-top: 1px; + align-items: center; + justify-content: center; + color: white; +} + +h1{ + font-size: 5rem; + font-family: "Space Mono",monospace; +} +nav { + width: 100%;height: 80px; + display: flex; + align-items: center; + justify-content: space-around; +} + +nav a { + text-transform: uppercase; + text-decoration: none; + color: white; + font-weight: 900; + font-size: 17px; + position: relative; +} + +nav a:before{ + content: ""; + position: absolute; + top:100%; + left:0%; + width:0%; + height: 2px; + border-bottom: 2px solid white; + transition: all 0.2s linear; +} + +nav a:hover:before{ +width: 100%; +} \ No newline at end of file