Aadi budday files added

This commit is contained in:
SilicoFlare
2022-10-31 22:00:02 +05:30
committed by GitHub
parent e2f303bdda
commit 239d479b66
4 changed files with 132 additions and 0 deletions

30
aadi_budday/aadi.css Normal file
View 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;
}