diff --git a/21Shadow10/Chore-Door/css/style.css b/21Shadow10/Chore-Door/css/style.css new file mode 100644 index 0000000..abfeba7 --- /dev/null +++ b/21Shadow10/Chore-Door/css/style.css @@ -0,0 +1,96 @@ +body { + background-color: #010165; + margin: 0px; + } + + .header { + background-color: #00ffff; + text-align: center; + } + + .first-row { + margin-top: 42px; + text-align: center; + margin-bottom: 21px; + } + + .instructions-title { + display: inline; + font-family: 'Work Sans'; + font-size: 18px; + color: #00ffff; + } + + .second-row { + margin: 0 auto; + width: 400px; + } + + .instructions-number { + padding-right: 25px; + font-family: 'Work Sans'; + font-size: 36px; + color: #00ffff; + } + + .instructions-text { + padding: 10px; + font-family: 'Work Sans'; + font-size: 14px; + color: #ffffff; + } + + .door-row { + text-align: center; + } + + .door-frame { + cursor: pointer; + padding: 10px; + } + + .start-row { + margin: auto; + width: 120px; + height: 43px; + background-color: #eb6536; + padding-top: 18px; + font-family: 'Work Sans'; + font-size: 18px; + text-align: center; + color: #010165; + margin-bottom: 9px; + cursor: pointer; + } + + .score-row { + text-align: center; + width: 100%; + } + + .score-text { + margin-right: 17px; + padding: 5px; + display: inline; + font-family: 'Work Sans'; + font-size: 12px; + letter-spacing: 1.1px; + color: #ffffff; + } + + .score-box { + margin-top: 9px; + display: inline-block; + padding: 8px; + margin: 18px; + margin-right: 29px; + width: 59px; + background-color: #00ffff; + font-family: 'Work Sans'; + font-size: 45px; + } + + center { + color: white ; + font-size: 15px; + } \ No newline at end of file diff --git a/21Shadow10/Chore-Door/images/beach.svg b/21Shadow10/Chore-Door/images/beach.svg new file mode 100644 index 0000000..6417429 --- /dev/null +++ b/21Shadow10/Chore-Door/images/beach.svg @@ -0,0 +1,50 @@ + + \ No newline at end of file diff --git a/21Shadow10/Chore-Door/images/closed_door.svg b/21Shadow10/Chore-Door/images/closed_door.svg new file mode 100644 index 0000000..5e5a789 --- /dev/null +++ b/21Shadow10/Chore-Door/images/closed_door.svg @@ -0,0 +1,18 @@ + + \ No newline at end of file diff --git a/21Shadow10/Chore-Door/images/logo.svg b/21Shadow10/Chore-Door/images/logo.svg new file mode 100644 index 0000000..ac3e36d --- /dev/null +++ b/21Shadow10/Chore-Door/images/logo.svg @@ -0,0 +1,15 @@ + + \ No newline at end of file diff --git a/21Shadow10/Chore-Door/images/robot.svg b/21Shadow10/Chore-Door/images/robot.svg new file mode 100644 index 0000000..4832681 --- /dev/null +++ b/21Shadow10/Chore-Door/images/robot.svg @@ -0,0 +1,45 @@ + + \ No newline at end of file diff --git a/21Shadow10/Chore-Door/images/space.svg b/21Shadow10/Chore-Door/images/space.svg new file mode 100644 index 0000000..4272821 --- /dev/null +++ b/21Shadow10/Chore-Door/images/space.svg @@ -0,0 +1,82 @@ + + \ No newline at end of file diff --git a/21Shadow10/Chore-Door/images/star.svg b/21Shadow10/Chore-Door/images/star.svg new file mode 100644 index 0000000..c68f19e --- /dev/null +++ b/21Shadow10/Chore-Door/images/star.svg @@ -0,0 +1,14 @@ + + \ No newline at end of file diff --git a/21Shadow10/Chore-Door/index.html b/21Shadow10/Chore-Door/index.html new file mode 100644 index 0000000..8fd5678 --- /dev/null +++ b/21Shadow10/Chore-Door/index.html @@ -0,0 +1,68 @@ + + +
+Instructions
+| 1 | +Hiding behind one of these doors is the ChoreBot. | +
| 2 | +Your mission is to open all of the doors without running into the ChoreBot. | +
| 3 | +If you manage to avoid the ChoreBot until the very last door, you win! | +
| 4 | +See if you can score a winning streak! | +
| Current streak: | +Best streak: | +
|---|---|
| + | + |