Está en la página 1de 6

UNIVERIDAD AUTONOMA DE

NUEVO LEON
FACULTAD DE INGENIERIA MECANICA Y ELECTRICA

Nombre de la Actividad: 5.2 - Reporte de lenguaje


declarativos
Nombre del Catedrático: Ing Carlos Alberto Exena Cantu
Nombre del alumno: Jesús Antonio Rivera Torres
Matricula: 2017169
Grupo: 013
Salón:2213

21 DE ABRIL DE 2024
Capturas de la pagina
Codigo
<html>

<head>
<link rel="stylesheet" type="text/css" href="Estilos.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..9
00;1,100..900&display=swap"
rel="stylesheet">
<title> JESUS ANTONIO RIVERA TOORES 2017169 </title>
</head>

<body>
<div class="contenedor">
<header>
<h1>5.2 - Reporte de lenguaje declarativos</h1>
</header>
<nav>
<ul>
<li> <a href="">Inicio</a> </li>
<li> <a href="">Articulos</a> </li>
<li> <a href="">Blog</a> </li>
</ul>
</nav>
<main>
<article>
<h2>Reporte de lenguaje declarativos</h2>
<img src="FOTOS PAGINA WEB/1.jpg">
<img src="FOTOS PAGINA WEB/2.jpg">
<img src="FOTOS PAGINA WEB/3.jpg">
<img src="FOTOS PAGINA WEB/4.jpg">
</article>

</div>
</body>

</html>

body{
background-color: pink;
font-family: "Montserrat";
}

.contenedor{
width: 640px;
background-color: #fff;
border-radius: 10px;
padding: 40px;
margin: auto;
}
header h1{
font-size: 50px;
}
nav{
margin-bottom: 80px;
}
nav ul{
display: flex;
justify-content: center;
border-top: 1px solid #999;
border-bottom: 1px solid #999;
}
nav ul li{
list-style: none;
margin: 20px;
}
nav ul li a{
color: green;

}
img{
width: 100%;
}
a{
text-decoration: none;
}
header
{
color: black;
}

También podría gustarte