template-nest-go/tests/templates/18-styles.html

21 lines
324 B
HTML
Raw Permalink Normal View History

2024-11-16 04:13:48 +00:00
<style>
.nav-vb-logo {
max-width: 200px;
}
.hero-section {
background-image: url('/03-resources/bg-header.jpg');
background-size: cover;
}
main {
margin-top: 1em;
}
main .brand-card img {
max-width: 50%;
margin: auto;
}
footer {
text-align: center;
padding: 4em;
}
</style>