Created
June 22, 2021 18:11
-
-
Save mattmaribojoc/dd6eb65ea33eef56e34107c94cc1ec13 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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