diff --git a/CodeJam/ZeroOne logo.jpg b/CodeJam/ZeroOne logo.jpg new file mode 100644 index 0000000..f2712ec Binary files /dev/null and b/CodeJam/ZeroOne logo.jpg differ diff --git a/CodeJam/index.css b/CodeJam/index.css new file mode 100644 index 0000000..96264c7 --- /dev/null +++ b/CodeJam/index.css @@ -0,0 +1,39 @@ +*{ + padding: 0; + margin: 0; + box-sizing: border-box; +} + +.container{ + height: 100vh; + width: 100%; + display: flex; + align-items: center; + justify-content: center; +} + +.card-one{ + width: 100%; +} +.card-one img{ + width: 100%; +} + +.card-two{ + width: 100%; + padding: 1rem; + box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; +} +.card-two h1{ + font-size: 1.5rem; +} +.card.two h2{ + font-size: 1.2rem; + color: grey; +} +.card-two a{ + text-decoration: none; + background-color: black; + color: white; + padding: 5px 10px; +} \ No newline at end of file diff --git a/CodeJam/index.html b/CodeJam/index.html new file mode 100644 index 0000000..07f8020 --- /dev/null +++ b/CodeJam/index.html @@ -0,0 +1,31 @@ + + + + + + CodeJam - ZeroOne + + + + + + +
+
+ +
+ +
+
+

ZeroOne COde Club

+

Student Activity Center

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