@ -23,6 +23,16 @@
<label for="content">Contenido</label>
<input bind:value={$content} type="text" name="content" placeholder="Contenido" />
</div>
<div class="form-group">
<label for="date">Fecha</label>
<input bind:value={$date} type="datetime-local" name="date" />
<label for="address">Dirección</label>
<input bind:value={$address} type="text" name="address" />
</form>
<style>
@ -74,5 +74,25 @@
right: 16rem;
font-size: 1rem;
color: #222;
line-height: 1.5rem;}
line-height: 1.5rem;
}
.date {
position: absolute;
top: 600px;
left: 23rem;
right: 6rem;
font-size: 2rem;
color: white;
.address {
top: 620px;
left: 1rem;
right: 20rem;
font-size: 1.4rem;
font-family: serif;
color: firebrick;
</style>