diff --git a/code jam/Zero one logo.jpg b/code jam/Zero one logo.jpg new file mode 100644 index 0000000..6c8d4ca Binary files /dev/null and b/code jam/Zero one logo.jpg differ diff --git a/code jam/index.css b/code jam/index.css new file mode 100644 index 0000000..95c1cd9 --- /dev/null +++ b/code jam/index.css @@ -0,0 +1,50 @@ +*{ + padding: 0; + margin: 0; + box-sizing: border-box; +} + +.container { + height: 100vh; + width: 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 { + 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:1 rem; + colour: gray; +} + +.card-two a{ + text-decoration: none; + background-colour: black; + colour: 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..65083bf --- /dev/null +++ b/code jam/index.html @@ -0,0 +1,32 @@ + + +
+ + +
+
+
+