website/app/globals.css

21 lines
269 B
CSS
Executable File

@tailwind base;
@tailwind components;
@tailwind utilities;
.wrapper {
border: 3px solid blue;
}
.container {
background-color: pink;
}
.barCompleted {
background-color: lightblue;
width: 80%;
}
.label {
font-size: 20px;
color: green;
}