-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpagina.html
More file actions
51 lines (40 loc) · 1.41 KB
/
Copy pathpagina.html
File metadata and controls
51 lines (40 loc) · 1.41 KB
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
41
42
43
44
45
46
47
48
49
50
51
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="style.css">
<title>Imagenes</title>
</head>
<body class="principal">
<h1 id="colorines">SI EL DIA <br> NO PINTA BONITO <br> PONLE TU COLOR FAVORITO.</h1>
</section>
<section class="proyecto">
<div id="carrusel" class="carrusel">
<div class="atras">
<img id="atras" src="img/chevronleft.svg" alt="atras" srcset="">
</div>
<div id="imagenes">
<div id="img">
<img class="img" src="img/imagen1-jpg.jpg" alt="imagenes" cross-origin="anonymous">
</div>
<div id="texto" class="texto">
<h3>Imagen1</h3>
</div>
</div>
<div class="adelante" id="adelante">
<img id="adelante" src="img/chevronright.svg" alt="alante" srcset="">
</div>
</div>
<div class="chevro" id="puntos"></div>
<p class="bold">.</p>
</section>
<form>
<input id="url" type="url" value="url">
<input id="enviar" type="button" value="enviar">
<input id="textourl" type="text" value="texto">
</form>
<ul>
<a class="principal-dos" id="principal-dos" href="index.html"><li>PRINCIPAL</li></a>
</ul>
<script src="script.js"></script>
</body>
</html>