Skip to content

Commit

Permalink
Add app.css file
Browse files Browse the repository at this point in the history
  • Loading branch information
ctsstc committed Apr 28, 2023
1 parent f75b840 commit 3dfc686
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/app.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
@tailwind base;
@tailwind components;
@tailwind utilities;

h1 {
@apply text-4xl font-bold;
}

h2 {
@apply text-3xl font-bold;
}

0 comments on commit 3dfc686

Please sign in to comment.