help me
This commit is contained in:
parent
52a0ba1b3b
commit
83bc981152
23 changed files with 9034 additions and 927 deletions
9
styles/tailwind.css
Normal file
9
styles/tailwind.css
Normal file
|
@ -0,0 +1,9 @@
|
|||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
html {
|
||||
background-image: url("/sky.png");
|
||||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue