mstickers/tailwind.css

13 lines
No EOL
302 B
CSS

@tailwind base;
@tailwind components;
@tailwind utilities;
.tiledBackground {
background-image: url('images/background-white.png');
background-repeat: repeat;
background-size: contain;
background-attachment: fixed;
background-size: 256px;
opacity: .25;
margin-top: -16px;
}