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

40 lines
404 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;
}
2023-03-02 19:29:00 +00:00
h1, h2, h3 {
margin: 1rem;
}
2024-09-01 15:45:46 +00:00
h3 {
color: #ED1846;
}
p {
margin: 1rem;
}
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 {
2024-09-01 15:45:46 +00:00
font-size: 1.6rem;
2022-07-18 03:50:39 +00:00
text-align: center;
2022-07-29 04:14:19 +00:00
margin: 4vh auto;
2022-07-18 03:50:39 +00:00
width: 620px;
}