11 lines
173 B
CSS
11 lines
173 B
CSS
.banner-image {
|
|
max-height: 100px;
|
|
margin: 2em auto;
|
|
border: 1px solid grey;
|
|
border-radius: 15%;
|
|
}
|
|
|
|
.footer {
|
|
margin-top: 10em;
|
|
text-align: center;
|
|
} |