Upload of project source code files.
This commit is contained in:
19
assets/css/app.css
Normal file
19
assets/css/app.css
Normal file
@@ -0,0 +1,19 @@
|
||||
@import "tailwindcss/base";
|
||||
@import "tailwindcss/components";
|
||||
@import "tailwindcss/utilities";
|
||||
@import url("https://fonts.googleapis.com/css2?family=Jolly+Lodger&family=Kumar+One&family=Modak&family=Rubik+Distressed&display=swap");
|
||||
|
||||
html,
|
||||
body {
|
||||
background-color: #1a1a1a !important;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.rotate-0 {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
.rotate-90 {
|
||||
transform: rotate(90deg);
|
||||
}
|
||||
Reference in New Issue
Block a user