I got a job!

This commit is contained in:
Brittany Chiang
2018-03-17 14:46:51 -04:00
parent 10bedfb574
commit d5f68ff788
16 changed files with 4470 additions and 2954 deletions

View File

@@ -1,7 +1,7 @@
<div class="switch-wrapper">
<div class="sun"></div>
<div class="toggle-wrapper">
<input id="switch" type="checkbox"/>
<input id="switch" type="checkbox" />
<label for="switch" id="toggle">Toggle</label>
</div>
<div class="moon"></div>