mirror of
https://github.com/swc-project/swc.git
synced 2024-12-19 19:52:21 +03:00
7 lines
148 B
CSS
7 lines
148 B
CSS
|
div {
|
||
|
padding: 10px 10px;
|
||
|
border: 1px solid black;
|
||
|
transition: top 1s ease-out 0.5s;
|
||
|
text-shadow: 1px 1px 2px black, 0 0 1em red;
|
||
|
}
|