2022-08-13 21:04:12 +00:00

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>