EVOLUTION-MANAGER
Edit File: mapa_del_canton.blade.php
@extends('layouts.master') @section('style') <style type="text/css"> span{ color: #82d185 !important; } </style> @endsection @section('contenido') <br> <article class="art-post"> <div class="art-postmetadataheader"> <h3 class="art-postheader" style="text-align:center"> Mapa del Cantón Sucre </h3> </div> <div class="art-postcontent clearfix"> <div class="art-article"> <h3 style="text-align: center;"> <strong style="font-size: 1.17em;"> <span style="font-size: 18pt; font-family: Arial, sans-serif; color: #e02e2e;"> MAPA </span> </strong> </h3> <h3 style="text-align: center;"> <img alt="Mapa Canton Sucre" height="245" src="{{asset('public/frontend/images/Mapa_Canton_Sucre.jpg')}}" style="display: block; margin-left: auto; margin-right: auto; width: 100%; max-width: 354px; height: auto;" width="354"/> </h3> <p style="text-align: center;"> </p> <p style="text-align: center;"> </p> <p style="text-align: center;"> <strong style="font-size: 1.17em;"> <span style="font-size: 18pt; font-family: Arial, sans-serif; color: #e02e2e;"> MAPA TERRESTRE </span> </strong> </p> <h3 style="text-align: center;"> <img alt="Sanvicente mapa" src="{{asset('public/frontend/images/Sanvicente_mapa.jpg')}}" style="display: block; margin-left: auto; margin-right: auto;"/> </h3> <p> </p> </div> </div> </article> @endsection