Added dot button

This commit is contained in:
2020-09-26 15:50:04 +03:00
parent d015f8d511
commit f01cebd2c1
4 changed files with 71 additions and 53 deletions
+3 -2
View File
@@ -49,8 +49,8 @@ body{
display: flex;
justify-content: center;
align-items: center;
width: 20%;
height: 12vh;
width: 15vh;
height: 11vh;
margin-bottom: 2px;
border: 0;
border-radius: 10px;
@@ -69,5 +69,6 @@ body{
background: #f9b54c;
}
.btn.clr{
width: 100%;
background: #fd8469;
}