Update style.css
This commit is contained in:
parent
42a1b4c2ac
commit
c93a5ba1cb
@ -193,15 +193,33 @@ li.active {
|
|||||||
margin-right: 1.25rem;
|
margin-right: 1.25rem;
|
||||||
}
|
}
|
||||||
.font-6 {
|
.font-6 {
|
||||||
font-size: 1.5rem;
|
font-size:22px;
|
||||||
|
color:white;
|
||||||
|
background: linear-gradient(90deg, #ff0000, #ffff00, #ff00f3, #0033ff, #ff00c4, #ff0000);
|
||||||
|
background-size:400%;
|
||||||
|
-webkit-text-fill-color: transparent;
|
||||||
|
-webkit-background-clip: text;
|
||||||
|
animation: animated 10s linear infinite;
|
||||||
|
letter-spacing: 1px;
|
||||||
|
word-spacing: 5px;
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@keyframes animated {
|
||||||
|
0%{
|
||||||
|
background-position: 0%;
|
||||||
|
}
|
||||||
|
100%{
|
||||||
|
background-position: 400%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#connected-text {
|
#connected-text {
|
||||||
left: calc(100% + 1.25rem);
|
left: calc(100% + 1.25rem);
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
#selected-display-text {
|
|
||||||
color: blue;
|
|
||||||
}
|
|
||||||
#top-row-text,
|
#top-row-text,
|
||||||
#bottom-row-text {
|
#bottom-row-text {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user