diff --git a/code jam/ZOCC_logo.jpg b/code jam/ZOCC_logo.jpg new file mode 100644 index 0000000..3abd7cf Binary files /dev/null and b/code jam/ZOCC_logo.jpg differ diff --git a/code jam/index.css b/code jam/index.css new file mode 100644 index 0000000..f727949 --- /dev/null +++ b/code jam/index.css @@ -0,0 +1,44 @@ +*{ + margin:0; + padding:0; + box-sizing: border-box; +} +.container{ + height: 100vh; + weight:100%; + display: flex; + align-items:center; + justify-content: center; +} +.card{ + width:20%; + display:flex; + flex-direction: column ; +} +.card-one{ + width: 100%; +} +.card-one img{ + width:100%; +} +.card-two{ + margin-top:-12rem; + width:100%; + height:20vh; + padding: 13rem; + box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;; +} +.card-two h1{ + font-size: 2.5rem; +} +.card-two h2{ + font-size:1.6rem; + margin-bottom: 1rem; + 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/code jam/index.html b/code jam/index.html new file mode 100644 index 0000000..b0051f6 --- /dev/null +++ b/code jam/index.html @@ -0,0 +1,24 @@ + + + + + + code-jam + + + +
+
+
+ +
+
+

ZeroOne Code Club

+

Student Activity Center

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