Header location [closed]

HTML code:

<h4 id="yourId"><span><strong>100%</strong></span></h4>

CSS: code

#yourId { position: top: 10px; right: 10px; position: absolute; }

If you need it to stay always there even if you’re scrolling then use this one

#yourId { position: top: 10px; right: 10px; position: fixed; }