Pen Settings

HTML

CSS

CSS Base

Vendor Prefixing

Add External Stylesheets/Pens

Any URLs added here will be added as <link>s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.

+ add another resource

JavaScript

Babel includes JSX processing.

Add External Scripts/Pens

Any URL's added here will be added as <script>s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.

+ add another resource

Packages

Add Packages

Search for and use JavaScript packages from npm here. By selecting a package, an import statement will be added to the top of the JavaScript editor for this package.

Behavior

Auto Save

If active, Pens will autosave every 30 seconds after being saved once.

Auto-Updating Preview

If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.

Format on Save

If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.

Editor Settings

Code Indentation

Want to change your Syntax Highlighting theme, Fonts and more?

Visit your global Editor Settings.

HTML

              
                <body>
    <div id="main-wrap">
        <main>
            <section id="title-ctr">
                <img src="https://minimalresume.carrd.co/assets/images/image01.jpg?v=4cfcdb81">
                <h1>Cayce Pollard</h1>
                <h2>Neural Interface Designer</h2>
            </section>
            <section id="about-ctr">
                <div class="section-wrapper">
                    <h3>About</h3>
                    <hr>
                    <p>Lorem ipsum <a href="#">sed dolor sit amet</a>, magna adipiscing elit. Integer sagittis, orci non mattis, ante odio bibendum lectus.</p>
                </div>
            </section>
            <section id="work-ctr">
                <div id="work-wrapper" class="section-wrapper">
                    <h3>Recent Work</h3>
                    <hr>
                    <ul>
                        <div class="list-item">
                            <li></li>
                            <p>Sed dolor <a href="#">amet dictum</a></p>
                        </div>
                        <div class="list-item">
                            <li></li>
                            <p>Eleifend eu <a href="#">integer ac sapien</a></p>
                        </div>
                        <div class="list-item">
                            <li></li>
                            <p>Rhoncus <a href="#">hendrerit odio</a> consequat</p>
                        </div>
                        <div class="list-item">
                            <li></li>
                            <p>Ipsum <a href="#">interdum nunc</a> ultrices</p>
                        </div>
                    </ul>
                </div>
            </section>
            <section id="contact-ctr">
                <div class="section-wrapper">
                    <h3>Contact</h3>
                    <hr>
                    <div id="contact-link-wrap">
                        <a href="#"><div class="contact-link">
                            <svg>
                                <use xlink:href="#twitter-icon" href="#twitter-icon"></use>
                            </svg>
                            <p>Twitter</p>
                        </div></a>
                        <a href="#"><div class="contact-link">
                            <svg>
                                <use xlink:href="#facebook-icon" href="#facebook-icon"></use>
                            </svg>
                            <p>Facebook</p>
                        </div></a>
                        <a href="#"><div class="contact-link">
                            <svg>
                                <use xlink:href="#instagram-icon" href="#instagram-icon"></use>
                            </svg>
                            <p>Instagram</p>
                        </div></a>
                        <a href="#"><div class="contact-link">
                            <svg>
                                <use xlink:href="#linkedin-icon" href="#linkedin-icon"></use>
                            </svg>
                            <p>LinkedIn</p>
                        </div></a>
                        <a href="#"><div class="contact-link">
                            <svg>
                                <use xlink:href="#phone-icon" href="#phone-icon"></use>
                            </svg>
                            <p>Phone</p>
                        </div></a>
                        <a href="#"><div class="contact-link">
                            <svg>
                                <use xlink:href="#email-icon" href="#email-icon"></use>
                            </svg>
                            <p>Email</p>
                        </div></a>
                    <div>
                </div>
            </section>
        </main>
    </div>

</body>
</html>

<!---------- SVG ELEMENTS ---------->
<svg class="hidden-svg" xmlns="http://www.w3.org/2000/svg">
    <symbol id="twitter-icon" viewBox="0 0 45 45">
        <path class="social-icons" d="M36.3,10.2c-1,1.3-2.1,2.5-3.4,3.5c0,0.2,0,0.4,0,1c0,1.7-0.2,3.6-0.9,5.3c-0.6,1.7-1.2,3.5-2.4,5.1 c-1.1,1.5-2.3,3.1-3.7,4.3c-1.4,1.2-3.3,2.3-5.3,3c-2.1,0.8-4.2,1.2-6.6,1.2c-3.6,0-7-1-10.2-3c0.4,0,1.1,0.1,1.5,0.1 c3.1,0,5.9-1,8.2-2.9c-1.4,0-2.7-0.4-3.8-1.3c-1.2-1-1.9-2-2.2-3.3c0.4,0.1,1,0.1,1.2,0.1c0.6,0,1.2-0.1,1.7-0.2 c-1.4-0.3-2.7-1.1-3.7-2.3s-1.4-2.6-1.4-4.2v-0.1c1,0.6,2,0.9,3,0.9c-1-0.6-1.5-1.3-2.2-2.4c-0.6-1-0.9-2.1-0.9-3.3s0.3-2.3,1-3.4 c1.5,2.1,3.6,3.6,6,4.9s4.9,2,7.6,2.1c-0.1-0.6-0.1-1.1-0.1-1.4c0-1.8,0.8-3.5,2-4.7c1.2-1.2,2.9-2,4.7-2c2,0,3.6,0.8,4.8,2.1 c1.4-0.3,2.9-0.9,4.2-1.5c-0.4,1.5-1.4,2.7-2.9,3.6C33.8,11.2,35.1,10.9,36.3,10.2L36.3,10.2z"></path>
    </symbol>
</svg>

<svg class="hidden-svg" xmlns="http://www.w3.org/2000/svg">
    <symbol id="facebook-icon" viewBox="0 0 45 45">
        <path class="social-icons" d="M27.2,4.7v4.9h-2.9c-1.1,0-1.8,0.2-2.1,0.6c-0.4,0.5-0.6,1.1-0.6,2v3.5H27l-0.7,5.4h-4.7v14H16v-14h-4.7v-5.4H16v-4.1 c0-2.3,0.6-4.1,1.9-5.3s2.9-1.9,5.2-1.9C24.8,4.4,26.2,4.5,27.2,4.7L27.2,4.7z"></path>
    </symbol>
</svg>

<svg class="hidden-svg" xmlns="http://www.w3.org/2000/svg">
    <symbol id="instagram-icon" viewBox="0 0 45 45">
        <path class="social-icons" d="M20,7c4.2,0,4.7,0,6.3,0.1c1.5,0.1,2.3,0.3,3,0.5C30,8,30.5,8.3,31.1,8.9c0.5,0.5,0.9,1.1,1.2,1.8c0.2,0.5,0.5,1.4,0.5,3 C33,15.3,33,15.8,33,20s0,4.7-0.1,6.3c-0.1,1.5-0.3,2.3-0.5,3c-0.3,0.7-0.6,1.2-1.2,1.8c-0.5,0.5-1.1,0.9-1.8,1.2 c-0.5,0.2-1.4,0.5-3,0.5C24.7,33,24.2,33,20,33s-4.7,0-6.3-0.1c-1.5-0.1-2.3-0.3-3-0.5C10,32,9.5,31.7,8.9,31.1 C8.4,30.6,8,30,7.7,29.3c-0.2-0.5-0.5-1.4-0.5-3C7,24.7,7,24.2,7,20s0-4.7,0.1-6.3c0.1-1.5,0.3-2.3,0.5-3C8,10,8.3,9.5,8.9,8.9 C9.4,8.4,10,8,10.7,7.7c0.5-0.2,1.4-0.5,3-0.5C15.3,7.1,15.8,7,20,7z M20,4.3c-4.3,0-4.8,0-6.5,0.1c-1.6,0-2.8,0.3-3.8,0.7 C8.7,5.5,7.8,6,6.9,6.9C6,7.8,5.5,8.7,5.1,9.7c-0.4,1-0.6,2.1-0.7,3.8c-0.1,1.7-0.1,2.2-0.1,6.5s0,4.8,0.1,6.5 c0,1.6,0.3,2.8,0.7,3.8c0.4,1,0.9,1.9,1.8,2.8c0.9,0.9,1.7,1.4,2.8,1.8c1,0.4,2.1,0.6,3.8,0.7c1.6,0.1,2.2,0.1,6.5,0.1 s4.8,0,6.5-0.1c1.6-0.1,2.9-0.3,3.8-0.7c1-0.4,1.9-0.9,2.8-1.8c0.9-0.9,1.4-1.7,1.8-2.8c0.4-1,0.6-2.1,0.7-3.8 c0.1-1.6,0.1-2.2,0.1-6.5s0-4.8-0.1-6.5c-0.1-1.6-0.3-2.9-0.7-3.8c-0.4-1-0.9-1.9-1.8-2.8c-0.9-0.9-1.7-1.4-2.8-1.8 c-1-0.4-2.1-0.6-3.8-0.7C24.8,4.3,24.3,4.3,20,4.3L20,4.3L20,4.3z"></path>
        <path class="social-icons" d="M20,11.9c-4.5,0-8.1,3.7-8.1,8.1s3.7,8.1,8.1,8.1s8.1-3.7,8.1-8.1S24.5,11.9,20,11.9z M20,25.2c-2.9,0-5.2-2.3-5.2-5.2 s2.3-5.2,5.2-5.2s5.2,2.3,5.2,5.2S22.9,25.2,20,25.2z"></path>
        <path class="social-icons" d="M30.6,11.6c0,1-0.8,1.9-1.9,1.9c-1,0-1.9-0.8-1.9-1.9s0.8-1.9,1.9-1.9C29.8,9.7,30.6,10.5,30.6,11.6z"></path>
    </symbol>
</svg>

<svg class="hidden-svg" xmlns="http://www.w3.org/2000/svg">
    <symbol id="linkedin-icon" viewBox="0 0 45 45">
        <path class="social-icons" d="M12.1,13.8v19.1H5.7V13.8C5.7,13.8,12.1,13.8,12.1,13.8z M12.5,7.9c0,0.9-0.3,1.7-1,2.4c-0.7,0.6-1.5,0.9-2.6,0.9h0 c-1.1,0-1.9-0.3-2.5-0.9c-0.6-0.6-1-1.4-1-2.4c0-1,0.3-1.7,1-2.4S7.9,4.6,9,4.6s1.9,0.3,2.6,0.9S12.5,6.9,12.5,7.9z M35,22v11h-6.4 V22.7c0-1.4-0.3-2.4-0.8-3.2c-0.5-0.8-1.3-1.1-2.4-1.1c-0.8,0-1.5,0.2-2,0.7c-0.5,0.4-1,1-1.2,1.7c-0.1,0.4-0.2,0.9-0.2,1.6v10.7 h-6.4c0-5.1,0-9.3,0-12.5s0-5.1,0-5.7l0-0.9H22v2.8h0c0.3-0.4,0.5-0.8,0.8-1.1c0.3-0.3,0.6-0.6,1.1-1c0.5-0.4,1-0.6,1.7-0.8 c0.7-0.2,1.4-0.3,2.2-0.3c2.2,0,4,0.7,5.3,2.2C34.4,17,35,19.1,35,22L35,22z"></path>
    </symbol>
</svg>

<svg class="hidden-svg" xmlns="http://www.w3.org/2000/svg">
    <symbol id="phone-icon" viewBox="0 0 45 45">
        <path class="social-icons" d="M34.8,28.8c0,0.4-0.1,0.8-0.2,1.5c-0.1,0.6-0.2,1.1-0.5,1.4c-0.4,0.7-1.2,1.4-2.6,2.2C30.2,34.7,29,35,27.7,35 c-0.4,0-0.7,0-1.1-0.1c-0.4,0-0.7-0.1-1.2-0.2c-0.5-0.1-0.8-0.2-0.9-0.4c-0.2-0.1-0.6-0.2-1.2-0.5c-0.6-0.2-0.9-0.4-1.1-0.4 c-1.4-0.5-2.6-1.1-3.6-1.8c-1.8-1.1-3.6-2.6-5.5-4.4c-1.9-1.9-3.4-3.7-4.4-5.5C8,20.8,7.4,19.5,7,18.2c0-0.1-0.1-0.5-0.4-1.1 C6.4,16.5,6,16.2,6,16c-0.1-0.2-0.2-0.6-0.4-0.9c-0.1-0.5-0.2-0.8-0.2-1.2s-0.1-0.7-0.1-1.1c0-1.3,0.4-2.6,1.1-3.9 c0.8-1.5,1.5-2.5,2.2-2.7C9,6.1,9.4,5.9,10,5.8c0.6-0.1,1.1-0.2,1.5-0.2c0.2,0,0.4,0,0.5,0.1c0.2,0.1,0.6,0.6,1.1,1.5 c0.1,0.2,0.4,0.6,0.6,1.2c0.2,0.5,0.5,0.9,0.7,1.3c0.2,0.4,0.5,0.8,0.7,1.2c0,0,0.1,0.2,0.4,0.5c0.2,0.2,0.4,0.6,0.5,0.7 c0.1,0.2,0.1,0.4,0.1,0.6c0,0.2-0.2,0.6-0.6,1.1c-0.4,0.5-0.8,0.8-1.3,1.2s-0.9,0.7-1.3,1.1c-0.4,0.4-0.6,0.7-0.6,0.9 c0,0.1,0,0.2,0.1,0.5c0.1,0.2,0.1,0.4,0.2,0.5c0,0.1,0.1,0.2,0.4,0.5c0.1,0.2,0.2,0.4,0.2,0.4c1.1,1.9,2.2,3.5,3.6,4.9 c1.4,1.4,3,2.6,4.9,3.6c0,0,0.1,0.1,0.4,0.2c0.2,0.1,0.4,0.2,0.5,0.4c0.1,0,0.2,0.1,0.5,0.2c0.2,0.1,0.4,0.1,0.5,0.1 c0.2,0,0.6-0.2,0.9-0.6c0.4-0.4,0.7-0.8,1.1-1.3c0.4-0.5,0.7-0.9,1.2-1.3c0.5-0.4,0.8-0.6,1.1-0.6c0.2,0,0.4,0,0.6,0.1 c0.2,0.1,0.5,0.2,0.7,0.5c0.4,0.2,0.5,0.4,0.5,0.4c0.4,0.2,0.7,0.5,1.2,0.7c0.4,0.2,0.8,0.5,1.3,0.7c0.5,0.2,0.8,0.5,1.2,0.6 c0.9,0.5,1.5,0.8,1.6,1.1C34.8,28.5,34.8,28.6,34.8,28.8L34.8,28.8z"></path>
    </symbol>
</svg>

<svg class="hidden-svg" xmlns="http://www.w3.org/2000/svg">
    <symbol id="email-icon" viewBox="0 0 45 45">
        <path class="social-icons" d="M34.9,30.5V15.6c-0.4,0.4-0.8,0.9-1.4,1.2c-3.4,2.7-6.2,4.8-8.2,6.6c-0.6,0.5-1.1,0.9-1.6,1.2c-0.4,0.3-0.9,0.6-1.7,0.9 c-0.7,0.3-1.4,0.5-2,0.5l0,0c-0.6,0-1.2-0.2-2-0.5c-0.7-0.3-1.2-0.6-1.7-0.9c-0.4-0.3-0.9-0.7-1.6-1.2c-2.1-1.7-4.8-3.8-8.2-6.6 c-0.5-0.4-0.9-0.8-1.4-1.2v14.9c0,0.2,0.1,0.3,0.2,0.4C5.7,31,5.9,31.1,6,31.1h28.4c0.2,0,0.3-0.1,0.4-0.2 C34.8,30.8,34.9,30.7,34.9,30.5L34.9,30.5z M34.9,10.2V9.7c0,0,0-0.1,0-0.2c0-0.1,0-0.2-0.1-0.2c-0.1,0-0.1,0-0.1-0.2 c0-0.1-0.1-0.2-0.2-0.1c-0.1,0-0.2,0-0.3,0H5.8C5.6,8.9,5.4,9,5.3,9.1C5.2,9.2,5.1,9.3,5.1,9.5c0,2.2,0.9,4,2.8,5.5 c2.5,2,5.1,4,7.7,6.1c0.1,0.1,0.3,0.2,0.7,0.5c0.4,0.3,0.6,0.5,0.9,0.7c0.2,0.2,0.5,0.4,0.8,0.6c0.3,0.2,0.7,0.4,0.9,0.5 c0.3,0.1,0.6,0.2,0.8,0.2l0,0c0.2,0,0.5-0.1,0.8-0.2c0.3-0.1,0.6-0.3,0.9-0.5c0.3-0.2,0.6-0.4,0.8-0.6c0.2-0.2,0.5-0.4,0.9-0.7 c0.4-0.3,0.6-0.5,0.6-0.5c2.7-2.1,5.3-4.2,7.7-6.1c0.7-0.5,1.4-1.2,2-2.2C34.6,11.8,34.9,11,34.9,10.2L34.9,10.2z M37.3,9.5v21 c0,0.8-0.3,1.6-0.9,2.2s-1.4,0.9-2.2,0.9H5.8c-0.8,0-1.6-0.3-2.2-0.9c-0.6-0.6-0.9-1.4-0.9-2.2v-21c0-0.8,0.3-1.6,0.9-2.2 s1.4-0.9,2.2-0.9h28.4c0.8,0,1.6,0.3,2.2,0.9S37.3,8.7,37.3,9.5z"></path>
    </symbol>
</svg>
              
            
!

CSS

              
                *, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    text-decoration: none;
}

:root {
    --blue-white: rgba(255, 255, 255, .7);
    --blue-light: rgba(199, 227, 242, 1); /* #C7E3F2 */
    --blue-medium: rgba(66, 153, 255, 1); /* #4299FF */
    --blue-dark: rgba(50, 136, 237, 1); /* #3288ED */
    --blue-darker: rgba(39, 125, 227, 1); /* #277DE3 */
    --gray-light: rgba(0, 0, 0, 0.52); /*  */
    --gray-dark: rgba(56, 56, 56, 1); /* #383838 */
}

/* ---------- HTML, BODY ELEMENTS ---------- */
html, body {
    height: 100vh;
    width: 100%;
}

body {
    background-color: var(--blue-light);
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    letter-spacing: -.5px;
    line-height: 1.25;
    margin: 0 auto;
    min-width: 320px;
}

#main-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    min-height: 100vh;
}

main {
    padding: .85em;
    width: 100%;
}

section {
    color: var(--blue-white);
    display: flex;
    flex-direction: column;
}

section > * {
    display: block;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

h1 {
    color: var(--gray-dark);
    font-size: 1.75em;
}

h2 {
    color: var(--gray-light);
    font-size: 1em;
}

h3 {
    color: rgba(255, 255, 255, 1);
    font-size: 1.25em;
    margin-bottom: 1.25em;
}

a, a::before, a::after {
    color: rgba(255, 255, 255, .9);
    text-decoration: underline;
    transition: color .25s ease;  
}

a:hover {
    color: rgb(50, 231, 237);
}

hr {
    border: none;
    border-bottom: 1px solid var(--blue-white);
    display: block;
    margin-bottom: 1.25em;
    opacity: .4;
    width: 100%;
}

.section-wrapper {
    padding: 2em 1.5em;
    font-size: .815em;
}

.hidden-svg {
    display: none;
}

/* ---------- TITLE CTR DECLERATIONS ---------- */
#title-ctr {
    align-items: center;
    background-color: rgba(255, 255, 255, 1);
    border-top-left-radius: .5em;
    border-top-right-radius: .5em;
    color: black;
    padding: 1.8em;
    position: relative;
    width: 100%;
}

#title-ctr > * {
    padding: .25em;
    white-space: nowrap;
}

#title-ctr img {
    border-radius: 100%;
    margin-bottom: .5em;
    width: 7em;
}

/* ---------- ABOUT CTR DECLERATIONS ---------- */
#about-ctr {
    background-color: var(--blue-medium);
    width: 100%;
}

#about-ctr p {
    line-height: 1.65em;
}

/* ---------- WORK CTR DECLERATIONS ---------- */
#work-ctr {
    background-color: var(--blue-dark);
    width: 100%;
}

#work-ctr #work-wrapper {
    padding-bottom: 1.25em;
}

#work-ctr li {
    line-height: 2.5em;
    list-style: none;
}

#work-ctr li::before {
    content: '';
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20viewBox%3D%220%200%2040%2040%22%3E%3Cpath%20d%3D%22M37.9%2C10.6l-3.2-3.2c-0.4-0.4-1-0.7-1.6-0.7c-0.6%2C0-1.2%2C0.2-1.6%2C0.7L15.9%2C23l-7-7c-0.4-0.4-1-0.7-1.6-0.7S6.1%2C15.6%2C5.6%2C16%20l-3.2%2C3.2c-0.4%2C0.4-0.7%2C1-0.7%2C1.6S2%2C22%2C2.4%2C22.5l8.6%2C8.6l3.2%2C3.2c0.4%2C0.4%2C1%2C0.7%2C1.6%2C0.7c0.6%2C0%2C1.2-0.2%2C1.6-0.7l3.2-3.2l17.2-17.2%20c0.4-0.4%2C0.7-1%2C0.7-1.6C38.6%2C11.6%2C38.4%2C11.1%2C37.9%2C10.6z%22%20fill%3D%22%23FFFFFF%22%20%2F%3E%3C%2Fsvg%3E);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55%;
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 100%;
    display: inline-block;
    height: 1.22em;
    margin-right: .85em;
    width: 1.22em;
}

#work-ctr p {
    display: inline-block;
    line-height: 1.65em;
    padding-bottom: .65em;
    padding-top: .25em;
}

#work-ctr hr {
    margin-bottom: 1.25em;
}

#work-ctr .list-item {
    display: flex;
    flex-direction: row;
}

/* ---------- CONTACT CTR DECLERATIONS ---------- */
#contact-ctr {
    background-color: var(--blue-darker);
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em;
    width: 100%;
}

#contact-ctr .section-wrapper {
    padding-bottom: 1.5em;
}

#contact-ctr hr {
    margin-bottom: 1.5em;
}

#contact-ctr a {
    text-decoration: none;
}

#contact-link-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#contact-link-wrap .contact-link:hover {
    border: 1px solid rgb(50, 231, 237);
    fill: rgb(50, 231, 237);
}

#contact-link-wrap .contact-link {
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: .35em;
    fill: white;
    display: flex;
    margin-bottom: .6em;
    margin-right: .6em;
    padding: .55em 1.05em;
    transition: fill 0.25s ease, border 0.25s ease; 
}

    .contact-link svg {
        fill: inherit;
        height: 1.25em;
        transform: translateY(.1em);
        width: 1.25em;
    }

    .contact-link p {
        padding-left: .5em;
    }

/* ---------- MEDIA QUERIES ---------- */
/* Extra small devices (phones) */
@media only screen and (min-width: 361px) {
    main {
        padding: 1.25em;
    }

    .section-wrapper {
        padding: 2.75em 2em;
    }

    /* ----- TITLE CTR MEDIA @ 361 ----- */
    #title-ctr {
        padding: 2.5em;
    }

    #title-ctr > * {
        padding: .25em;
    }

    #title-ctr img {
        margin-bottom: 0;
    }

    /* ----- WORK CTR MEDIA @ 361 ----- */
    #work-ctr li::before {
        height: 1.25em;
        width: 1.25em;
    }

    /* ----- CONTACT CTR MEDIA @ 361 ----- */
    #contact-ctr .section-wrapper {
        padding-bottom: 2.25em;
    }
}

/* Small devices (phones) */
@media only screen and (min-width: 481px) {
    body {
        max-width: 33em;
    }
    
    main {
        padding: 2em;  
    }

    hr {
        border-bottom: 2px solid var(--blue-white);
        margin-bottom: 1.25em;
    }
    
    h3 {
        color: rgba(255, 255, 255, 1);
        font-size: 1.2em;
        margin-bottom: 1.25em;
    }

    .section-wrapper {
        padding: 2.5em 2em;
        font-size: .85em;
    }

    /* ----- TITLE CTR MEDIA @ 481 ----- */
    #title-ctr {
        padding: 2.5em;
    }

    #title-ctr > * {
        padding: .35em;
    }

    /* ----- WORK CTR MEDIA @ 481 ----- */
    #work-ctr #work-wrapper {
        padding-bottom: 1.5em;
    }
}

/* Small devices (portrait tablets and large phones) */
@media only screen and (min-width: 737px) {
    body {
        max-width: 35em;
    }
    
    main {
        padding: 3.15em; 
    }

    h1 {
        font-size: 1.65em;
    }

    h2 {
        font-size: .85em;
    }

    h3 {
        font-size: 1em;
        text-align: right;
    }

    hr {
        margin: 0 2.5em;
        border-bottom: none;
        border-right: 1px solid var(--blue-white);
        opacity: .3;
    }

    .section-wrapper {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        padding: 3em 2.5em;
    }

    .section-wrapper p {
        font-size: .85em;
    }

    .section-wrapper > :nth-child(1) {
        width: 30%;
    }

    .section-wrapper > :nth-child(2) {
        width: 0%;
    }

    .section-wrapper > :nth-child(3) {
        width: 70%;
    }

    /* ----- TITLE CTR MEDIA @ 737 ----- */
    #title-ctr {
        padding: 3em;
    }
    
    #title-ctr > * {
        padding: .25em;
        white-space: nowrap;
    }

    #title-ctr img {
        border-radius: 100%;
        margin-bottom: .5em;
        width: 6em;
    }

    /* ----- WORK CTR MEDIA @ 737 ----- */
    #work-ctr hr {
        margin-bottom: 1em;
    }

    /* ----- CONTACT CTR MEDIA @ 737 ----- */
    #contact-ctr .section-wrapper {
        padding-bottom: 2.65em;
    }

    #contact-ctr hr {
        margin-bottom: .25em;
    }
}

/* Medium devices (landscape tablets)*/
@media only screen and (min-width: 981px) {
    body {
        max-width: 40em;
    }
    
    main {
        padding: 4em; 
    }

    h1 {
        font-size: 1.85em;
    }

    h2 {
        font-size: .95em;
    }

    h3 {
        font-size: 1.1em;
        text-align: right;
    }

    .section-wrapper {
        padding: 3.5em 2em;
    }

    .section-wrapper p {
        font-size: 1.05em;
    }

    /* ----- TITLE CTR MEDIA @ 981 ----- */
    #title-ctr {
        padding: 3.35em;
    }
    
    #title-ctr > * {
        padding: .3em;
    }

    #title-ctr img {
        width: 7.25em;
    }

    /* ----- WORK CTR MEDIA @ 981 ----- */
    #work-ctr #work-wrapper {
        padding-bottom: 2.35em;
    }
    
    #work-ctr li {
        line-height: .85em;
        padding: .45em 0;
    }
    
    #work-ctr li::before {
        height: 1.5em;
        margin-right: .65em;
        width: 1.5em;
    }

    /* ----- CONTACT CTR MEDIA @ 981 ----- */
    #contact-ctr .section-wrapper {
        padding-bottom: 3em;
    }
}

/* Extra large devices (large laptops and desktops) */
@media only screen and (min-width: 1681px) {
    body {
        max-width: 60em;
    }
    
    main {
        padding: 5.25em; 
    }

    h1 {
        font-size: 2.55em;
    }

    h2 {
        font-size: 1.3em;
    }

    h3 {
        font-size: 1.5em;
        text-align: right;
    }

    .section-wrapper {
        padding: 5em 6em;
    }

    .section-wrapper p {
        font-size: 1.35em;
    }

    /* ----- TITLE CTR MEDIA @ 1681 ----- */
    #title-ctr {
        padding: 4.5em;
    }
    
    #title-ctr > * {
        padding: .35em;
    }

    #title-ctr img {
        width: 10em;
    }

    /* ----- WORK CTR MEDIA @ 1681 ----- */
    #work-ctr #work-wrapper {
        padding-bottom: 3.5em;
    } 
    
    #work-ctr li {
        line-height: 2.85em;
    }
    
    #work-ctr li::before {
        height: 1.75em;
        margin-right: .85em;
        width: 1.75em;
    }

    /* ----- CONTACT CTR MEDIA @ 1681 ----- */
    #contact-ctr .section-wrapper {
        padding-bottom: 4.75em;
    }

    .contact-link svg {
        height: 1.5em;
        transform: translateY(.35em);
        width: 1.5em;
    }
    
    .contact-link p {
        padding: .25em .4em; 
        padding-left: .3em;
    }
}
              
            
!

JS

              
                
              
            
!
999px

Console