setting up project

This commit is contained in:
Arjun Patel
2022-02-13 12:36:34 -08:00
parent 2513b29849
commit d2a807248d
7 changed files with 6997 additions and 300 deletions
+10
View File
@@ -1,9 +1,15 @@
@tailwind base;
@tailwind components;
@tailwind utilities;
html,
body {
padding: 0;
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen,
Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
@apply bg-slate-100;
}
a {
@@ -14,3 +20,7 @@ a {
* {
box-sizing: border-box;
}
* {
font-family: "Poppins", sans-serif;
}