mirror of
https://github.com/silicoflare/silicoflare-website.git
synced 2026-05-26 20:17:58 +05:30
Aadi budday files added
This commit is contained in:
30
aadi_budday/aadi.css
Normal file
30
aadi_budday/aadi.css
Normal file
@@ -0,0 +1,30 @@
|
||||
@font-face {
|
||||
src: url('./lato_font.ttf');
|
||||
font-family: 'Lato';
|
||||
}
|
||||
|
||||
* {
|
||||
font-family: Lato;
|
||||
}
|
||||
|
||||
body {
|
||||
background: #000;
|
||||
color: white;
|
||||
padding: 3in;
|
||||
}
|
||||
|
||||
h1 {
|
||||
color: red;
|
||||
}
|
||||
|
||||
button {
|
||||
background-color: gray;
|
||||
color: #000;
|
||||
border-radius: 0%;
|
||||
}
|
||||
|
||||
.format {
|
||||
font-style: oblique;
|
||||
text-align: center;
|
||||
color: #00FF00;
|
||||
}
|
||||
Reference in New Issue
Block a user