2025-08-18 22:58:12 -03:00

12 lines
223 B
CSS

/*body {
background: linear-gradient(135deg, #6a11cb, #2575fc);
}-->*/
body {
background-image: url(/assets/images/bg.jpg);
background-repeat: no-repeat;
background-size: cover;
}
.card {
border-radius: 15px;
}