initial draft

This commit is contained in:
Tobias Miesel
2018-10-14 13:47:59 +02:00
parent a1b1010c18
commit b6e67cf3db
20 changed files with 25116 additions and 4370 deletions

13
styles.css Normal file
View File

@@ -0,0 +1,13 @@
#moco {
position: fixed;
bottom: 100px;
right: 20px;
height: 60px;
width: 60px;
background-color: white;
border-radius: 50%;
box-shadow: -1px -1px 15px 4px rgba(0,0,0,0.05), 2px 2px 15px 4px rgba(0,0,0,0.05);
cursor: pointer;
}