11 lines
109 B
CSS
11 lines
109 B
CSS
.card {
|
|
width: 400px;
|
|
}
|
|
|
|
.logo-footer {
|
|
width: 100px;
|
|
}
|
|
|
|
.hero-body {
|
|
background-color: yellow;
|
|
} |