adding ant design

This commit is contained in:
Arjun Patel
2022-01-11 16:49:53 -08:00
parent c282542312
commit 8f85b9d9e1
5 changed files with 1390 additions and 24 deletions
+7 -6
View File
@@ -16,7 +16,13 @@ a {
}
/* my personal css */
html {
main {
padding: 4em;
font-family: "Poppins", sans-serif;
}
body {
background: url("/wallpapers/dark-mountains.jpg") no-repeat center center
fixed;
-webkit-background-size: cover;
@@ -25,11 +31,6 @@ html {
background-size: cover;
}
main {
padding: 4em;
font-family: "Poppins", sans-serif;
}
.font-satisfy {
font-family: "Satisfy", cursive;
}