slider model built

This commit is contained in:
Mikayla Dobson
2022-05-09 12:25:25 -05:00
parent d2e982fa52
commit 84016c2894
4 changed files with 100 additions and 9 deletions

24
app.css
View File

@@ -1,3 +1,27 @@
* {
margin: 0;
}
header {
display: block;
position: fixed;
width: 100%;
text-align: center;
height: 6rem;
top: 0;
padding: 2rem;
}
main {
display: flex;
flex-direction: column;
width: 80%;
align-items: center;
position: relative;
top: 8rem;
}
#synth-button {
display: none;
}