Files
PageNothingToSee/input.css
2024-09-21 07:05:57 +02:00

16 lines
247 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
body, html {
background-color: #333339;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
}
h1 {
text-align:center;
color: #00D9F7;
}