Hackathon
+
+ + Terminal
+ Lines of Code per/sec: + + + +
diff --git a/checkpoint-three/css/style.css b/checkpoint-three/css/style.css index 8b13789179..46841f6680 100644 --- a/checkpoint-three/css/style.css +++ b/checkpoint-three/css/style.css @@ -1 +1,42 @@ +body { + background-image: url(../images/codingbg.jpg); + background-repeat: no-repeat; + background-size: 2000px; +} +.content { + display: flex; + align-items: center; + flex-direction: column; + width: 450px; + background: rgba(0,0,0,0.8); + padding: 40px; + text-align: center; + margin: auto; + margin-top: 5%; + color: white; +} + +#clickerimage { + width: 300px; + height: 300px; + border-radius: 150px; +} + +#currentTotal { + width: 200px; + height: 50px; + border: 1px solid white; + text-align: center; + font-size: 48px; +} + +.button { + width: 200px; + height: 20px; + border: 1px solid white; + border-radius: 25px; + text-align: center; + cursor: pointer; + padding: 5px; +} \ No newline at end of file diff --git a/checkpoint-three/images/bluebh.jpg b/checkpoint-three/images/bluebh.jpg new file mode 100644 index 0000000000..8c61da162f Binary files /dev/null and b/checkpoint-three/images/bluebh.jpg differ diff --git a/checkpoint-three/images/codingbg.jpg b/checkpoint-three/images/codingbg.jpg new file mode 100644 index 0000000000..3cbda45f89 Binary files /dev/null and b/checkpoint-three/images/codingbg.jpg differ diff --git a/checkpoint-three/images/pc.jpg b/checkpoint-three/images/pc.jpg new file mode 100644 index 0000000000..9f3a15f26a Binary files /dev/null and b/checkpoint-three/images/pc.jpg differ diff --git a/checkpoint-three/index.html b/checkpoint-three/index.html index 8b13789179..e797b3732f 100644 --- a/checkpoint-three/index.html +++ b/checkpoint-three/index.html @@ -1 +1,27 @@ - + + +
+ +
+