forked from RiseUP/riseup-squad20
12 lines
223 B
CSS
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;
|
|
} |