-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
60 lines (57 loc) · 1.62 KB
/
about.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
<!DOCTYPE html>
<html>
<head>
<div class="greeting">
<title>information about this beautiful piece of the internet</title>
</div>
<link rel="stylesheet" type="text/css" href="styles.css">
</head>
<body>
<div class="container-nav">
<nav class="navbar" role="navigation">
<a href="index.html" class="brand">My personal hell</a>
<ul class="nav-links">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">What the fuck is this</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<button class="button-menu-toggle">Menu</button>
</div>
<h1>hello.</h1>
<style>
a:link {
color: blue;
background-color: transparent;
text-decoration: none;
}
a:visited {
color: blueviolet;
background-color: transparent;
text-decoration: none;
}
a:hover {
color: red;
background-color: transparent;
text-decoration: underline;
}
a:active {
color: cyan;
background-color: transparent;
text-decoration: underline;
}
</style>
<p>this just a useless site im making for fun. have some cat pics:</p> </div>
<div class="cats">
<img src="gato.jpeg" alt="cat number 1" />
<img src="cat.png" alt="cat number 2" />
<img src="epic_cat.jpeg" alt="cat number 3" />
</div>
</body>
</html>
<div id="mi-id">fin.</div>
<div class="mi-clase">fin 2.0</div>
<div class="ejemplo">
example
</div>