20 lines
No EOL
255 B
CSS
20 lines
No EOL
255 B
CSS
@import 'tailwindcss';
|
|
|
|
:root {
|
|
background-color: rgb(84, 4, 131);
|
|
color:azure;
|
|
}
|
|
|
|
*,
|
|
*:after,
|
|
*:before {
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
text-decoration: none;
|
|
}
|
|
|
|
body{
|
|
font-size: 100%;
|
|
list-style-type: none;
|
|
} |