limepot-xyz/public/css/classes.css

24 lines
523 B
CSS
Raw Normal View History

2024-07-03 23:32:50 -06:00
@import "nav-buttons.css";
@import "cards.css";
@import "instructions.class";
2024-06-17 15:56:06 -06:00
.title {
2024-07-03 23:32:50 -06:00
font-size: 50px;
2024-06-17 15:56:06 -06:00
background-image: var(--accent-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-size: 400%;
background-position: 0%;
2024-06-25 15:19:47 -06:00
}
.text-gradient {
background-image: var(--accent-gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-size: 400%;
background-position: 0%;
}
2024-07-03 23:32:50 -06:00
.menu {
text-align: center;
2024-06-17 15:56:06 -06:00
}