<link href='https://fonts.googleapis.com/css?family=Comfortaa:400,700' rel='stylesheet' type='text/css'>
<section>
<h1>Fill</h1>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96.9 97.6">
<circle cx="48.4" cy="48.9" r="45.7"/>
</svg>
</section>
html,body{
height:100%;
display: block;
}
body{
font-family: 'Comfortaa', cursive;
}
h1 {
text-align: center;
letter-spacing: 2px;
font-weight: 300;
font-size:40px;
}
svg{
width: 100px;
display:block;
margin:auto;
}
circle{
fill:#fb9e28;
}
This Pen doesn't use any external CSS resources.