DATA Tech
Soluciones integrales en Gestión Documental y de la Información
</p>
<div class="Botones-finales">
<a class="Botones-Principales" href="URL de pagina de Contactos">Contactanos</a>
<a class="Botones-Principales" href="URL Servicios">Nuestros Servicios</a>
</div>
</section>
<img src="Imagen Sistema de GD 1.jpg" alt="Imagen de GD">
</main>
<footer></footer>
CSS
@import url('https://fonts.googleapis.com/css2?family=Edu+AU+VIC+WA+NT+Hand:wght@400..700&family=Encode+Sans+Semi+Condensed:wght@100;200;300;400;500;600;700;800;900&display=swap');
- { padding: 0; margin: 0; }
body { background-color: grey; color: white; height: 100vh; box-sizing: border-box; }
.Titulo-Principal{ color: #012A4A; }
.pagina-principal { display: flex; align-items: center; margin: 5%; justify-content: space-between; }
.Contenido-Principal { width: 615px; }
.Texto-Titulo { font-size: 40px; font-family: "Encode Sans Semi Condensed", sans-serif; }
.Texto-Parrafo { font-size: 20px; font-family: "Edu AU VIC WA NT Hand", cursive; }
.Botones-finales { display: flex; justify-content: space-between; }
.Botones-Principales { width: 280px; justify-content: space-around; background-color: blueviolet; text-align: center; padding: 19px 0; border-radius: 15px; font-family: "Encode Sans Semi Condensed", sans-serif; font-size: 22px; font-weight: 600; text-decoration: none; color: aliceblue; }