<!-- 
THIS IS JUST A DEMO the actual code is here: 
https://github.com/gibsonmurray/personal-site/tree/main/demos/OlympicMedals
-->

<iframe src="https://gibsonmurray.com/demos/olympic-medals" width="100%" height="100%"></iframe>
@import url("https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&display=swap");

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    width: 100vw;
    font-family: "Figtree", sans-serif;
}

iframe {
    border: none;
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

This Pen doesn't use any external JavaScript resources.