Update index.css
This commit is contained in:
parent
3f130fcc56
commit
59190d4d6e
@ -72,7 +72,7 @@ button {
|
|||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
max-width: 200px;
|
max-width: 200px;
|
||||||
transition: transform 0.3s ease;
|
transition: transform 0.5s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
.source-btn {
|
.source-btn {
|
||||||
@ -119,7 +119,7 @@ button {
|
|||||||
|
|
||||||
button:hover {
|
button:hover {
|
||||||
background-color: #45a049;
|
background-color: #45a049;
|
||||||
transform: scale(1.2);
|
transform: scale(1.1);
|
||||||
}
|
}
|
||||||
|
|
||||||
.source-btn:hover {
|
.source-btn:hover {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user