aboutsummaryrefslogtreecommitdiff
path: root/motto/public/index.html
diff options
context:
space:
mode:
authorMarvin Borner2020-09-17 16:23:07 +0200
committerMarvin Borner2020-09-17 16:23:07 +0200
commit33ff64f9e1b680dc8c0af4c219f392ad5c72f4b2 (patch)
tree5616b51853bed5fa840650bc59c6b45035a6c421 /motto/public/index.html
parent399f93696add3299e3bfb74cd24ddc7f15e8f18b (diff)
Tis code very code
Diffstat (limited to 'motto/public/index.html')
-rw-r--r--motto/public/index.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/motto/public/index.html b/motto/public/index.html
index 5a9d698..100b2af 100644
--- a/motto/public/index.html
+++ b/motto/public/index.html
@@ -11,8 +11,13 @@
<div class="cards">
</div>
- <div class="yay_or_nay">
+ <div class="fab">
+ <button id="add" class="add_button"><img src="add.svg"></img></button>
+ </div>
+
+ <div class="yay_or_nay fab">
<button id="nay"><img src="x.svg"></img></button>
+ <button id="hmm"><img src="skip.svg"></img></button>
<button id="yay"><img src="heart.svg"></img></button>
</div>
</div>