bad CSS demo for timeline
This commit is contained in:
parent
d314ceb7ae
commit
226cbb031d
4 changed files with 88 additions and 31 deletions
|
|
@ -11,19 +11,19 @@
|
|||
@keyframes background_animation {
|
||||
0%,100% {
|
||||
background-position: 0 0;
|
||||
color: #ddd;
|
||||
//color: #ddd;
|
||||
}
|
||||
|
||||
50% {
|
||||
background-position: 100% 0;
|
||||
color: #000;
|
||||
//color: #000;
|
||||
}
|
||||
}
|
||||
body {
|
||||
background: linear-gradient(to right, var(--bg-color-1), var(--bg-color-2) , var(--bg-color-3), var(--bg-color-4));
|
||||
animation: background_animation 60s ease-in-out infinite;
|
||||
background-size: 400% 100%;
|
||||
color: #ddd;
|
||||
color: #eee;
|
||||
font-family: "noto_sans", sans-serif;
|
||||
font-size: 20px;
|
||||
overflow-x: hidden;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue