más cosas
parent
88f53a4705
commit
9b46e3bc6a
@ -0,0 +1,81 @@
|
|||||||
|
<script></script>
|
||||||
|
<div class="content">
|
||||||
|
<div class="preguntas">
|
||||||
|
<ul>
|
||||||
|
<li>¿Cómo evito el encarnizamiento terapéutico?</li>
|
||||||
|
<li>¿Cómo hago un testamento vital?</li>
|
||||||
|
<li>¿Cómo pido ayuda para morir?</li>
|
||||||
|
|
||||||
|
</ul>
|
||||||
|
</div>
|
||||||
|
<div class="formulario">
|
||||||
|
<p>Si tienes dudas sobre qué derechos sanitarios te amparan al final de la vida: </p>
|
||||||
|
<p>Escribe a <a href="mailto:informacion@derechoamorir.org">informacion@derechoamorir.org</a><br>o llama al <a href="tel:913691746">91-369-17-46</a></p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.content {
|
||||||
|
min-height: 10rem;
|
||||||
|
background: #ddd;
|
||||||
|
margin: 0;
|
||||||
|
display: grid;
|
||||||
|
grid-template-columns: 1fr 1fr;
|
||||||
|
align-items: center;
|
||||||
|
grid-gap: 2rem;
|
||||||
|
padding: 2rem 1rem;
|
||||||
|
/* margin-top: 16px;
|
||||||
|
margin-bottom: 16px; */
|
||||||
|
/* margin-left: calc(570px - 50vw);
|
||||||
|
margin-right: calc(570px - 50vw); */
|
||||||
|
margin-left: -16px;
|
||||||
|
margin-right: -16px;
|
||||||
|
/* border: 1px solid firebrick; */
|
||||||
|
box-shadow:0 0 8px rgba(0,0,0,0.3);
|
||||||
|
}
|
||||||
|
|
||||||
|
ul {
|
||||||
|
list-style: none;
|
||||||
|
}
|
||||||
|
li {
|
||||||
|
font-size: 1.2rem;
|
||||||
|
line-height: 2.4rem;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
font-family: 'Comfortaa', cursive;
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-weight: 500;
|
||||||
|
text-align: center;
|
||||||
|
color: #222;
|
||||||
|
}
|
||||||
|
|
||||||
|
p {
|
||||||
|
font-size: 1.3rem;
|
||||||
|
color: firebrick;
|
||||||
|
font-weight: 500;
|
||||||
|
margin-bottom: 1rem;
|
||||||
|
}
|
||||||
|
a {
|
||||||
|
text-decoration: none;
|
||||||
|
color: inherit;
|
||||||
|
font-size: inherit;
|
||||||
|
font-weight: 500;
|
||||||
|
font-family: 'Fira Code', monospace;
|
||||||
|
box-shadow:inset 0 -2px 0 0 rgba(179,15,29,1);
|
||||||
|
transition: 150ms ease-in-out;
|
||||||
|
}
|
||||||
|
a:hover {
|
||||||
|
box-shadow: inset 0 -12px 0 0 rgba(179,15,29,0.1);
|
||||||
|
}
|
||||||
|
|
||||||
|
.formulario {
|
||||||
|
padding: 1rem;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (max-width: 768px) {
|
||||||
|
.content {
|
||||||
|
grid-template-columns: 1fr;
|
||||||
|
grid-gap: 1rem;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</style>
|
Loading…
Reference in New Issue