-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
26 lines (21 loc) · 853 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bandas chidas</title>
<link rel="stylesheet" href="main.css">
</head>
<body>
<nav class="color-negro">
<a href="#">MAIN</a>
<a href="#">BANDAS</a>
</nav>
<section class="box-bands">
<img class="box-circle" src="http://www.yaconic.com/wp-content/uploads/2015/09/The-Ramones-in-1976-012.jpg" alt="">
<img class="box-circle" src="http://www.yaconic.com/wp-content/uploads/2015/09/The-Ramones-in-1976-012.jpg" alt="">
<img class="box-circle" src="http://www.yaconic.com/wp-content/uploads/2015/09/The-Ramones-in-1976-012.jpg" alt="">
</section>
<button type="button" class="boton-rojo" name="button">Ramones</button>
<button type="button" class="boton-blue" name="button">Smiths</button>
</body>
</html>