diff --git a/Codejam/index.css b/Codejam/index.css new file mode 100644 index 0000000..622efa2 --- /dev/null +++ b/Codejam/index.css @@ -0,0 +1,49 @@ +* { + padding: 0; + margin: 0; + box-sizing: boarder_box; +} +.container { + height: 100vh; + width: 100; + display: flex; + align-items: centre; + justify-content: centre; + +} + +.card { + width: 20%; + display: flex; + flex-direction: coloumn; + +} + .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; + margin-bottom: 1rem; + color:darkgray +} + +.card-two a{ + text-decoration: none; + background-color:black; + color:cornsilk + 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..2e6aa4a --- /dev/null +++ b/Codejam/index.html @@ -0,0 +1,26 @@ + + + + + + CodeJam - ZeroOne + + + + + +
+
+ +
class="card-one"> + +
+
+

ZeroOne Code Club

+

Student Activity Centre

+ + Join +
+ + + \ No newline at end of file diff --git a/Codejam/onepiece.jpg b/Codejam/onepiece.jpg new file mode 100644 index 0000000..322ea8a Binary files /dev/null and b/Codejam/onepiece.jpg differ