04 Skills Section (Adding a New Skill)

  • id: my-skills

  • Section number: 04

To add a new skill you need the following structure inside the content (<section>) with the .skills-section class:


<article class="skill">
    <div class="content-img-percent">
        <img src="(url-icon)">
        <p class="percent-text"> skill level(percentage) </p>
    </div>
    <h4>New Skill</h4>
</article>

Last updated