-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathgaleria.html
40 lines (36 loc) · 1.78 KB
/
galeria.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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Diseño y nuevos medios, segunda versión remota" />
<link href="style.css" rel="stylesheet" />
<title>🖍 DNO037 | Evaluación Nº1</title>
</head>
<body>
<header>
<div>
<h1> <span> Galeria </span></h1>
</div>
<a href="./index.html">CreArte 🖍</a>
<div>
<div></div>
<div></div>
</hl></header>
<main>
<figure>
<img src="gato1a.png" class="center" height="400" width="980" margin: auto;>
<figurecaption> Dibujo de Javi. Hola! Me llamo Javiera, estudio psicología y tengo 21 años. Quise retratar a mi gato que le gusta comer huevito💜🐱 </main>
<img src="akali2.png" class="center" height="400" width="960">
<figurecaption class="center"> Dibujo de Sebastian. Hola, me llamo Sebastian, estudio Ingenieria y tengo 23 años. En mi dibujo quise poner 3 cosas que me gustan y que fueran de color verde (dos personajes de juegos y el símbolo scout) </main>
<img src="gatito3.png" class="center" height="400" width="960">
<figurecaption class="center"> Dibujo de Javier. Hola me llamo Javier, estudio periodismo y me gustan los gatos 😺 </main>
<img src="chanchito1.png" class="center" height="400" width="960">
<figurecaption class="center"> Dibujo de Dani. Estudiante de Diseño 🌻 </main>
</figure>
</main>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.min.js"></script>
<script>
</script>
</body>
</html>