vite-riot-template/src/css/main.css

28 lines
323 B
CSS
Raw Normal View History

2022-07-18 03:50:39 +00:00
body {
font-size: 1.2em;
margin:0;
padding:0;
color: #FFF;
background: #222;
}
2022-07-29 02:45:34 +00:00
a {
color: #ED1
}
2022-07-18 03:50:39 +00:00
2022-07-29 02:45:34 +00:00
code {
color: gray;
}
2022-07-18 03:50:39 +00:00
2022-07-29 04:14:19 +00:00
.flex {
2022-09-09 03:02:22 +00:00
display: flex;
justify-content: space-evenly;
2022-07-18 03:50:39 +00:00
text-align: center;
}
.splash {
font-size: larger;
text-align: center;
2022-07-29 04:14:19 +00:00
margin: 4vh auto;
2022-07-18 03:50:39 +00:00
width: 620px;
}