17 lines
194 B
CSS
17 lines
194 B
CSS
body {
|
|
background-color: #333339;
|
|
}
|
|
|
|
.card {
|
|
margin-top: 5%;
|
|
}
|
|
|
|
.fixs {
|
|
-ms-flex: 0 0 400px;
|
|
flex: 0 0 400px;
|
|
}
|
|
|
|
.header {
|
|
background-color: #ffffff;
|
|
min-height: 300px;
|
|
} |