making background custom based on layout

This commit is contained in:
Arjun Patel
2022-01-13 18:20:51 -08:00
parent 9a945edd87
commit 9f5b3d072a
6 changed files with 23 additions and 5 deletions
+4 -1
View File
@@ -16,12 +16,15 @@ a {
}
/* my personal css */
body {
@apply bg-slate-100 !important;
}
main {
font-family: "Poppins", sans-serif;
}
bg {
#bg {
background: url("/wallpapers/dark-mountains.jpg") no-repeat center center
fixed;
-webkit-background-size: cover;