🚧 adding tailwindcss

This commit is contained in:
2022-06-01 20:25:34 -04:00
parent 475def08ca
commit 98106012ce
6 changed files with 552 additions and 58 deletions

View File

@ -1,32 +1,3 @@
:root {
--white: #fff;
}
* {
box-sizing: border-box;
}
html,
body {
padding: 0;
margin: 0;
color: var(--darkgray);
background-color: var(--white);
}
body>header,
body>main,
body>footer {
padding: 1rem;
margin: auto;
max-width: 1024px;
}
h1,
h2 {
font-weight: 600;
}
a {
text-decoration: none;
}
@tailwind base;
@tailwind components;
@tailwind utilities;