diff --git a/code jam/code jam.jpeg b/code jam/code jam.jpeg new file mode 100644 index 0000000..baa06d0 Binary files /dev/null and b/code jam/code jam.jpeg differ diff --git a/code jam/index.css b/code jam/index.css new file mode 100644 index 0000000..8a88000 --- /dev/null +++ b/code jam/index.css @@ -0,0 +1,48 @@ +* { + padding: 0; + margin: 0; + box-sizing: border-box: +} + +.container { + height: 100vh; + width: 100%; + display: flex; + algin-items: center; + justify-content: center; +} + +.card { + width: 20%; + display: flex; + flex-direction: column; +} + +.card-one { + width: 100%; +} +.card-one img { + width: 100%8 + + +} +.card-two { + width: 100%; + padding: 1rem; + + + box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px; +} +.card-two h1 { + front-sizwe: 1.5rem; +} +.card-two h2 { + font-size: 1.2rem; + margin-bottom: 1rem; +} +.card-two a{ + text-decoration: none; + background-color: black; + color: white; + padding: 5px 10px; +} diff --git a/code jam/index.html b/code jam/index.html new file mode 100644 index 0000000..2ab667b --- /dev/null +++ b/code jam/index.html @@ -0,0 +1,27 @@ + + + + + + codejam - zeroOne + + + + +
+
+ +
+ +
+
+

ZeroOne Code Club

+

Student Activity Center

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