Skip to content

Instantly share code, notes, and snippets.

@mattmaribojoc
Created June 22, 2021 18:11
Show Gist options
  • Save mattmaribojoc/dd6eb65ea33eef56e34107c94cc1ec13 to your computer and use it in GitHub Desktop.
Save mattmaribojoc/dd6eb65ea33eef56e34107c94cc1ec13 to your computer and use it in GitHub Desktop.
<template>
<div>
<h1 class="header-title">
<slot name="title" />
</h1>
<h2 class="title-author">
<slot name="author" />
</h2>
</div>
</template>
<style>
html, body, * {
font-size: 1.2em;
background: #fafafa;
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment