РАСКУРx3
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
.
|
Before Width: | Height: | Size: 3.3 KiB After Width: | Height: | Size: 3.3 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 4.7 KiB |
Before Width: | Height: | Size: 778 B After Width: | Height: | Size: 778 B |
Reference in New Issue
Block a user