РАСКУРx3

This commit is contained in:
fox
2021-01-12 22:16:32 +03:00
parent 3b5e88055c
commit dcfaf13c08
8 changed files with 19 additions and 19 deletions

View File

@@ -46,25 +46,27 @@ body {
flex-direction: row;
}
.btn-container button {
.btn-container .btn {
width: 69px;
height: 69px;
margin: 10px;
background: #222;
color: white;
border-radius: 15px;
border: none;
outline: none;
text-decoration: none;
display: flex;
justify-content:center;
align-items:center;
}
.btn-container button:hover {
.btn-container .btn:hover {
transform: scale(1.2);
-webkit-transition: transform 0.5s ease-in-out;
background: white;
color: green;
}
.btn-container button:active {
.btn-container .btn:active {
transform: scale(0.8);
-webkit-transition: transform 0.2s ease-in-out;
}
@@ -136,5 +138,3 @@ body {
margin-top: 20px;
margin-bottom: 20px;
}
.

View File

Before

Width:  |  Height:  |  Size: 3.3 KiB

After

Width:  |  Height:  |  Size: 3.3 KiB

View File

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 4.7 KiB

View File

Before

Width:  |  Height:  |  Size: 778 B

After

Width:  |  Height:  |  Size: 778 B