-
Notifications
You must be signed in to change notification settings - Fork 0
/
La Sirenita.html
87 lines (69 loc) · 2.44 KB
/
La Sirenita.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!DOCTYPE html>
<head>
<meta charset="UTF-8">
<title>La Sirenita</title>
<link rel="icon" href="c:\Users\PERSONAL\Downloads\PRESENTACIÓN\ARIEL.jpeg">
<style>
body { background-image: url(OOOOfial.jpeg);
background-repeat: no-repeat;
background-size: cover;
margin: 0%;
padding:0%;
}
img { position:fixed}
.img-right, .img-left {
position: absolute;
width: 350px;
}
.img-right {
top: 250px;
right: 500px;
}
</style>
</head>
<body>
<br>
<h1 style="text-align: center; color: rgb(250, 0, 83); font-family: Cooper Black; font-size: 80px"> LA SIRENITA</h1>
<h2 style="text-align: center"> <audio src="Bajo el mar.mp3" controls> </audio></h2>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<img src="Sss.png" alt="La Sirenita" class="img-right">
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<h3 style="text-align: center; color:black; font-family: Cooper Black; font-size: 30px">Índice</h3>
<ul style="margin: 0 auto; width: 400px; list-style-type: '✨'; text-align: center; font-weight: bold; height:5 px; background-color: rgba(114, 108, 108, 0.5); font-size: 28px; font-family: comic sam MS; border-style:groove; border-width: 5px; border-color: rgb(2, 16, 214); text-decoration: solid">
<li ><a href="Introducción.html">Introducción</a></li>
<li ><a href="Historia.html">Historia</a></li>
<li ><a href="c:\Users\PERSONAL\Downloads\PRESENTACIÓN\AUTORES.html">Autores</a></li>
</ul>
<br>
<ul style="margin: auto; width: 200px; text-align: center; font-weight: bold; height:4px px; background-color: rgba(144, 255, 255, 0.719); padding: 2px 2px; border-radius: 25px; border-radius: 25px; font-size: 20px; font-family: comic sam MS; border-width: 2px; border-color: rgb(2, 16, 214); text-decoration:wavy">
<a href="WEBARIEL.html">REGRESAR</a>
<br>
<br>
<a href="La Sirenita.html">SIGUIENTE</a>
</ul>
<p style="text-align: center; color: black; font-size: 20px; font-family: cooper black;">LikaTEC | 2024</p>
</body>
</html>