-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path1er-proyecto.html
26 lines (24 loc) · 1.02 KB
/
1er-proyecto.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>1er-proyecto</title>
</head>
<body>
<div style="background: #ecd4d8">
<h1 div style="color:#9e2d5e; text-shadow: 1px 3px 4px #6d6367; text-decoration: underline; font-family: sans-serif"><span style="text-decoration: underline">APLICANDO LO APRENDIDO</span><sub>/(usando estilos con div y span)</sub></h1>
<img
src="programando.png"
alt="programando"
width="30%"/>
<h2><span style="background: gray">Usando estilos</span>con div</h2>
<h3 span style="color:#bf7985; background:#bdb1b1">Usando estilos con span</h3>
<p>Aprendiendo gracias a Ada</p>
<div style="text-align: center">
<a href="https://ada.com.ar/">LINK (Para ingresar a Ada)</a>
</div>
</div>
</body>
</html>