summaryrefslogtreecommitdiff
path: root/examples/with-mdx/src/components/Title.astro
blob: 6d0dcb86ccbeadda87431656b274d7cd3495055a (plain) (blame)
1
2
3
4
5
6
7
<h1><slot /></h1>

<style>
	h1 {
		color: red;
	}
</style>