estilo servicios.html
This commit is contained in:
parent
aa5433a27b
commit
44aaab57ea
@ -4,13 +4,23 @@
|
|||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
|
|
||||||
|
|
||||||
{% for servicio in servicios %}
|
{% for servicio in servicios %}
|
||||||
|
|
||||||
<div><p>
|
<!-- Heading -->
|
||||||
<h2 style="color: white;">{{servicio.titulo}}</h2>
|
<section class="page-section clearfix">
|
||||||
<p style="color: lightgray;">{{servicio.contenido}}</p>
|
<div class="container">
|
||||||
<p><img src="{{servicio.imagen.url}}"></p>
|
<div class="intro">
|
||||||
</p></div>
|
<img class="intro-img img-fluid mb-3 mb-lg-0 rounded" src="{{servicio.imagen.url}}" alt="" style="width: 70%;">
|
||||||
|
<div class="intro-text left-0 text-center bg-faded p-5 rounded">
|
||||||
|
<h2 class="section-heading mb-4" >
|
||||||
|
<span class="section-heading-upper">{{servicio.titulo}}</span>
|
||||||
|
<span class="section-heading-lower" style="color: Tomato;">{{servicio.contenido}}</span>
|
||||||
|
</h2>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user