This commit is contained in:
danamir
2020-05-10 21:07:18 +03:00
parent 869463d68b
commit 93a682754d
3 changed files with 17 additions and 2 deletions

View File

@@ -31,6 +31,7 @@ body{
border: 2px; border: 2px;
border-radius: 24px; border-radius: 24px;
font-size: 25px; font-size: 25px;
text-transform: uppercase;
color:#faf3dd; color:#faf3dd;
cursor:pointer; cursor:pointer;
@@ -44,6 +45,7 @@ body{
border: 2px; border: 2px;
border-radius: 24px; border-radius: 24px;
font-size: 25px; font-size: 25px;
text-transform: uppercase;
color:#faf3dd; color:#faf3dd;
cursor:pointer; cursor:pointer;
@@ -51,13 +53,13 @@ body{
.kotya #yesbtn:hover{ .kotya #yesbtn:hover{
background:#90ddf0; background:#90ddf0;
border: 2px solid #4ce0b3; border: 2px solid #faf3dd;
color:#2b3a67; color:#2b3a67;
} }
.kotya #nobtn:hover{ .kotya #nobtn:hover{
background:#90ddf0; background:#90ddf0;
border: 2px solid #4ce0b3; border: 2px solid #faf3dd;;
color:#2b3a67; color:#2b3a67;
} }

View File

@@ -46,9 +46,16 @@ img{
border: #fe5f55; border: #fe5f55;
width: 200px; width: 200px;
height: 50px; height: 50px;
font-size: 25px;
border-radius: 24px; border-radius: 24px;
} }
#backbtn:hover{
background:#90ddf0;
border: 2px solid #faf3dd;;
color:#2b3a67;
}
/* Small devices (landscape phones, 576px and up) */ /* Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) { @media (max-width: 576px) {
img{ img{

View File

@@ -57,9 +57,15 @@ img{
border: #fe5f55; border: #fe5f55;
width: 200px; width: 200px;
height: 50px; height: 50px;
font-size: 25px;
border-radius: 24px; border-radius: 24px;
} }
#backbtn:hover{
background:#90ddf0;
border: 2px solid #faf3dd;;
color:#2b3a67;
}
/*Small devices (landscape phones, 576px and up) */ /*Small devices (landscape phones, 576px and up) */
@media (max-width: 576px) { @media (max-width: 576px) {