ya he añadido todo menos lo que lleva imágenes

pull/2/head
Borja Robert 2 years ago
parent 5fa2cb6d1b
commit d41f65e311

@ -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" />
</div>
<div class="form-group">
<label for="address">Dirección</label>
<input bind:value={$address} type="text" name="address" />
</div>
</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 {
position: absolute;
top: 620px;
left: 1rem;
right: 20rem;
font-size: 1.4rem;
font-family: serif;
color: firebrick;
}
</style>

Loading…
Cancel
Save