Code syntax highlighting

This is an example of some CSS

p { color: red }

this is some javascript

document.querySelector('.homepage').classList.add('is-active');

this is some Sass

@use 'Wordpress'

body
  display: grid
  background-color: mistyrose



.site-header, .site-footer, .site-main, aside
  display: grid
  grid-template-columns: minmax(20px, 1fr) minmax(300px, 1350px) minmax(20px, 1fr)

.inner, .site-info, article, aside section
  grid-column: 2

Got any questions about this article? Just pop me an email.