test-space / style.css
smolSWE's picture
SmolSWE text
fc48deb verified
raw
history blame
551 Bytes
@tailwind base;
@tailwind components;
@tailwind utilities;
body {
font-family: 'Roboto', sans-serif;
}
header {
background: linear-gradient(to bottom, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0) 100%);
padding: 1rem 0;
}
footer {
background: linear-gradient(to right, #222, #000);
padding: 2rem 0;
}
.swiper-container {
width: 100%;
padding-top: 50px;
padding-bottom: 50px;
}
.swiper-slide {
background-position: center;
background-size: cover;
width: 300px;
height: 300px;
}