From 9cc6e5e476f807200ab41a58ef768afe7cb02d36 Mon Sep 17 00:00:00 2001 From: 2300033645 <163873816+2300033645@users.noreply.github.com> Date: Mon, 18 Mar 2024 20:03:53 +0530 Subject: [PATCH] Add files via upload --- index.css | 46 +++++++++++++++++++++++++--------------------- index.html | 30 ++++++++++++++++-------------- 2 files changed, 41 insertions(+), 35 deletions(-) diff --git a/index.css b/index.css index 1eefb8f..3d00a9a 100644 --- a/index.css +++ b/index.css @@ -1,45 +1,49 @@ *{ - padding:0; - margin:0; - box-sizing:border-box; + padding: 0; + margin: 0; + box-sizing: border-box; } + .container{ height: 100vh; - width:100%; - display:flex; - align-items:center; - justify-content:center; + width: 100vh; + display: flex; + align-items: center; + justify-content: center; } + .card{ - width:20%; - display:flex; - flex-direction:column; + width: 26%; + display: flex; + flex-direction: column; } + .card-one{ - width:100%; + width: 100%; } .card-one img{ - width:100%; - + width: 100%; } + .card-two{ - width:100%; - padding:1rem; - box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; + width: 100%; + padding: 1rem; + + box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; } + .card-two h1{ - font-size:1.5rem; + font-size: 1.5rem; } - .card-two h2{ - font-size:1.2rem; + fontsize: 1.2rem; margin-bottom:1rem; + color: grey; } .card-two a{ text-decoration:none; background-color:black; color:white; - padding:5px 10px; - + padding: 5px 10px; } \ No newline at end of file diff --git a/index.html b/index.html index c792f1a..c3c5de4 100644 --- a/index.html +++ b/index.html @@ -2,23 +2,25 @@ - - CodeJam - ZeroOne + + CodeJam-ZeroOne -
-
-
- -
-
-

ZeroOne Code Club

-

Student Activity Center

- Join -
-
-
+ +
+
+
+ +
+
+

ZeroOne code club

+

Student Activity Center

+ Jion + +
+
+
\ No newline at end of file