rasulbrur's picture
Added files initial commit
a2c10b6
raw
history blame contribute delete
265 Bytes
/* static/css/styles.css */
body {
background: linear-gradient(to bottom, #5b6579, #5b6579);
min-height: 100vh;
}
.container {
max-width: 1200px;
}
.shadow-lg {
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}