forked from RAI-ADF/RAI_Task_2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path2 external css (external css).html
More file actions
46 lines (31 loc) · 1.07 KB
/
2 external css (external css).html
File metadata and controls
46 lines (31 loc) · 1.07 KB
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
<!DOCTYPE html>
<HTML>
<HEAD>
<link rel="stylesheet" href="mystyle.css" />
<title>Indie Rock Band</title>
<div><img src="indie-rock-uni.jpg" alt="indie" style="width:304px;height:228px; margin-top:10px; margin-left:500px;"></div>
<h1 align="center">Indie Rock Band</h1>
</HEAD>
<BODY>
<div class="row">
<div class="col-3">
<h5 align="center">Do you like indie rock genre?</h5>
</div>
<div class="col-9">
<h5 align="center">What is Indie Rock?</h5>
<h5 align="center">Indie rock is a genre of alternative rock that originated in the United Kingdom in the 1980s. <br>
Indie rock was extremely diverse, with subgenres that include indie pop, <br>
jangle pop, and lo-fi, among others.</h5>
</div>
<div id="images">
<div class="circular">
<img class="size" src="ts.png" />
</div>
<div class="circular">
<img class="size" src="am.jpg" />
</div>
</div>
</div>
<h5 align="center"> <a href="https://en.wikipedia.org/wiki/Indie_rock">Indie Rock definition source</a></h5>
</BODY>
</HTML>