mirror of
https://github.com/Afacanc38/afacanc38.github.io.git
synced 2025-01-03 06:07:49 +03:00
transition
This commit is contained in:
parent
7a55d2a15e
commit
789136e4ef
1 changed files with 2 additions and 0 deletions
|
@ -11,10 +11,12 @@
|
||||||
* {
|
* {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
|
transition: color background 500ms ease-in-out !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.card {
|
.card {
|
||||||
transition: 200ms ease-in-out;
|
transition: 200ms ease-in-out;
|
||||||
|
transition: 500ms ease-in-out;
|
||||||
background: #fafafa;
|
background: #fafafa;
|
||||||
padding: 30px 20px;
|
padding: 30px 20px;
|
||||||
border: 1px solid #e0e0e0;
|
border: 1px solid #e0e0e0;
|
||||||
|
|
Loading…
Reference in a new issue