limepot-xyz/public/css/classes.css
2024-07-03 23:32:50 -06:00

24 lines
No EOL
523 B
CSS

@import "nav-buttons.css";
@import "cards.css";
@import "instructions.class";
.title {
font-size: 50px;
background-image: var(--accent-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-size: 400%;
background-position: 0%;
}
.text-gradient {
background-image: var(--accent-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-size: 400%;
background-position: 0%;
}
.menu {
text-align: center;
}