Skip to content

Commit

Permalink
Properly fixed display of mark
Browse files Browse the repository at this point in the history
  • Loading branch information
SebastianZ committed Dec 25, 2023
1 parent 4f90572 commit 2ad8d36
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ <h1>Specs tested:</h1>
</section>

<footer>
<a id="mark" href="https://lea.verou.me"><img src="https://lea.verou.me/mark.svg" title="Lea Verou was here" alt="Lea Verou was here" /></a>
<p>
<a href="https://www.browserscope.org/user/tests/table/agt1YS1wcm9maWxlcnINCxIEVGVzdBidzawNDA" target="_blank">Results</a>
&#10047; Handcrafted by <a href="https://lea.verou.me">Lea Verou</a> and <a href="https://github.com/LeaVerou/css3test/graphs/contributors">friends</a>
Expand All @@ -83,6 +82,8 @@ <h1>Specs tested:</h1>
</aside>
</div>

<a id="mark" href="https://lea.verou.me"><img src="https://lea.verou.me/mark.svg" title="Lea Verou was here" alt="Lea Verou was here" /></a>

<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=blissfuljs"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/blissfuljs/1.0.3/bliss.js"></script>
<script src="supports.js"></script>
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ body > h1 {
background: var(--secondary-background-color);
box-shadow: -2px 2px 10px var(--secondary-shadow-color);
color: var(--secondary-foreground-color);
z-index: 1;
font-size: 150%;
font-weight: bold;
text-transform: uppercase;
Expand Down

0 comments on commit 2ad8d36

Please sign in to comment.