Create Location page

This commit is contained in:
2021-10-07 14:47:37 +02:00
parent 1257c1458c
commit c66b8b0d90
3 changed files with 50 additions and 1 deletions

View File

@@ -11,7 +11,17 @@
</script>
<main class="location">
<h1>Hello {data.name}</h1>
<h1 class="location__title">
<span class="housesof">
<strong>Houses</strong>
<span>of</span>
</span>
<strong class="city">
<!-- {data.name} -->
Melbourne
</strong>
</h1>
<div class="location__description" bind:this={descriptionEl}>
{@html data.description}
</div>