mirror of
https://github.com/smartfrigde/smartfrigde.github.io.git
synced 2024-08-14 22:46:45 +00:00
18 lines
356 B
CSS
18 lines
356 B
CSS
|
|
||
|
.info-1VyQPT::before {
|
||
|
content: "ArmCord";
|
||
|
height: auto;
|
||
|
line-height: 80%;
|
||
|
text-align: center;
|
||
|
|
||
|
background: linear-gradient(to bottom right,#0ff,#f0f);
|
||
|
-webkit-background-clip: text;
|
||
|
-webkit-text-fill-color: transparent;
|
||
|
|
||
|
font-size: 16pt;
|
||
|
font-weight: 500;
|
||
|
font-family: sans-serif;
|
||
|
|
||
|
text-transform: none;
|
||
|
}
|