Highlight Demo

HTML

<article>
  <h1 class="title">How to Use Highlight.js in a Vue/Nuxt Project</h1>
  <p>Go to https://yasminzy.com/nuxt/highlight/</p>
</article>

JavaScript

const me = {
  name: "Yasmin ZY", country: "Indonesia"
}

SCSS

.grid {
  display: grid;
  @media (min-width: 576px) {
    grid-template-columns: 1fr 1fr;
  }
}