-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathyo.html
More file actions
25 lines (23 loc) · 714 Bytes
/
Copy pathyo.html
File metadata and controls
25 lines (23 loc) · 714 Bytes
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
<!DOCTYPE html>
<html lang = "es">
<head>
<title>Misterio</Title>
<style>
a {
background-color: rgb(208, 255, 0);
width: 200px;
height: 50px;
font-size: 24px;
text-align: center;
}
a:hover {
background-color: red;
}
body{background-color: black;
}
</style>
</head>
<body style="text-align: center; top: 50%;" >
<a href="Pagina wb.html">Haz click aquí y descubre quien te ama</a>
</body>
</html>