18 lines
No EOL
263 B
CSS
18 lines
No EOL
263 B
CSS
body {
|
|
background-color: rgb(236, 236, 236);
|
|
}
|
|
|
|
.body-landing .container {
|
|
background-color: white;
|
|
border-radius: 10px;
|
|
padding: 20px;
|
|
}
|
|
|
|
.main-footer {
|
|
padding-bottom: 10rem;
|
|
background-color: #dfe5eb;
|
|
}
|
|
|
|
.no-name {
|
|
color: #df5a0d;
|
|
} |