Move create_button styling out of index.html

This commit is contained in:
Sanjit Joseph
2022-11-30 17:21:03 -08:00
parent 42a560ab0e
commit 18f79936fe
2 changed files with 4 additions and 3 deletions

View File

@@ -86,12 +86,13 @@ img#create-btn {
align-self: center;
padding-left: 2.5%;
padding-right: 2.5%;
cursor: pointer;
cursor: pointer;
width: 15%;
height: 15%;
}
img#create-btn-invis {
opacity: 0%;
width: 15%;
height: 15%;
}