13 lines
157 B
Svelte
13 lines
157 B
Svelte
<div></div>
|
|
|
|
<style>
|
|
div {
|
|
width: 100%;
|
|
flex: 1;
|
|
text-align: center;
|
|
font-size: 4rem;
|
|
border-radius: 50%;
|
|
background-color: yellow;
|
|
}
|
|
</style>
|