-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
60 lines (59 loc) · 2.46 KB
/
index.html
File metadata and controls
60 lines (59 loc) · 2.46 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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="style.css" />
<title>Responsive</title>
</head>
<body>
<nav>
<h1>This is my Responsive Design</h1>
</nav>
<section class="section1">
<div class="container">
<img src="img/photo.jpg" alt="" />
<div class="coloumns">
<div class="clm1">
<h1>This is amazing heading 1</h1>
<p>
A proper article indicates that its noun is proper, and refers to
a unique entity. It may be the name of a person, the name of a
place, the name of a planet, etc. The Māori language has the
proper article a, which is used for personal nouns; so, "a Pita"
means "Peter". In Māori, when the personal nouns have the definite
or indefinite article as an important part of it, both articles
are present; for example, the phrase "a Te Rauparaha", which
contains both the proper article a and the definite article Te
refers to the person name Te Rauparaha.
</p>
</div>
<div class="clm2">
<h1>This is amazing heading 2</h1>
<p>
The predecessor to the award ceremony was introduced in 1992 by
Kamal Dandona, the head of The Bollywood Group and was originally
titled, "Nataraj Awards." It was renamed and relaunched as
Bollywood Movie Awards in 1999.[1] Michael Jackson won a
Humanitarian Award in 1999, Richard Gere a Man of Conscience
award.
</p>
</div>
<div class="clm3">
<h1>This is amazing heading 3</h1>
<p>
In the technical sense a journal has continuous pagination
throughout a volume. Thus Business Week, which starts each issue
anew with page one, is a magazine, but the Journal of Business
Communication, which continues the same sequence of pagination
throughout the coterminous year, is a journal. Some professional
or trade publications are also peer-reviewed, for example the
Journal of Accountancy.
</p>
</div>
</div>
</div>
</section>
</body>
</html>