8 lines
102 B
Svelte
8 lines
102 B
Svelte
<div class="headerBar">
|
|
</div>
|
|
<style>
|
|
.headerBar {
|
|
background: blue;
|
|
height: 50px;
|
|
}
|
|
</style> |