Files
silicoflare-website/important/message/aadi.css
SilicoFlare f77e9f78b5 stuff
2022-11-11 19:58:25 +05:30

31 lines
411 B
CSS

@font-face {
src: url('./lato_font.ttf');
font-family: 'Lato';
}
* {
font-family: Lato;
}
body {
background: #000;
color: white;
padding: 0.5in;
}
h1 {
color: red;
}
button {
background-color: gray;
color: #000;
border-radius: 0%;
}
.format {
font-style: oblique;
text-align: center;
color: #00FF00;
}