This commit is contained in:
2025-03-08 10:44:59 +03:00
commit 95fc301475
2 changed files with 128 additions and 0 deletions

18
index.css Normal file
View File

@ -0,0 +1,18 @@
.nyabtn {
position: absolute;
top: 50%;
left: 50%
background-color: #FFFFFF;
color: black;
border: none;
border-radius: 10px;
}
.nyabtn:hover {
background-color:#777777;
transition: 0.2s;
}
.nyabtn:active {
background-color: #ffbf00;
}