-
Notifications
You must be signed in to change notification settings - Fork 1
/
18plus.html
46 lines (35 loc) · 1.24 KB
/
18plus.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
<!DOCTYPE html>
<html>
<head>
<title>18+ fanpage</title>
<link rel= "stylesheet" type="text/css" href="../resources/css/mild-high-club-style.css">
</head>
<body>
<h1 class="item-a">
18+
</h1>
<p class="bio">
American band consisting of <span id="highlight1">visual artists </span> and <span id="highlight2"> musicians </span> Samia Mirza and Justin Swinburne
</p>
<div class="holder">
<img src="../resources/images/18_plus_2.jpg">
<img src="../resources/images/18_plus_2.jpg" style="left: 20px;">
<img src="../resources/images/18_plus_2.jpg" style="left: 30px;">
<img src="../resources/images/18_plus_2.jpg" style="left: 40px;">
<img src="../resources/images/18_plus_2.jpg" style="left: 45px;">
</div>
<div>
<h2>Discography</h2>
</div>
<div id="discography_box">
<p class="discography">
<ul>
<li>M1xtape (2011)</li>
<li>Mixta2e (2012)</li>
<li>Mixtap3 (2013)</li>
<li>Trust (2014)</li>
</ul>
</p>
</div>
</body>
</html>