-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathIntroduction.html
60 lines (49 loc) · 1.93 KB
/
Introduction.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>
<title>Contemporary Art Introduction</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
.heading{
background-color: rgb(255,215,0);
border: groove;
}
.body{
background-color: rgb(224,255,255);
}
.timeline{
font-family: cursive;
border: 2px solid Gold;
color: rgb(255,165,0);
text-align: left;
}
.responsive {
width: 100%;
height: auto;
}
body{
font-family: candara;
margin-left: 20px;
margin-right: 20px;
text-align: justify;
}
.p{
font-family: times new romes;
}
</style>
</head>
<body class="body">
<h1 class="heading">Introduction</h1>
<p><b><i>Contemporary Art</i></b> (Western) is a collective term that includes various art genres
and art concepts happening in the European countries, the USA, especially in Paris (France)
from the late 19th century to the middle/late of 20th century till now.</p>
<p>On the whole, contemporary art is an extremely complicated and unpredictable
art phenomenon. No matter the forms of arts or the spirits hidden in arts,
western contemporary art goes beyond the asthetic category of western traditional
art. It builds up a new system of diversified modern visual views and cultural
traditions. </p>
<p class="p"><i>This website is designed to help people who are interested in contemporary
art learn about it in an easier and more relaxing manner. </i></p>
<hr>
<h2 class="timeline">Timeline of Major Contemporary Art Movements</h2>
<img src="Timelines of Contemporary Art.jpg" alt="Timeline of Major Contemporary Art Movements" class="responsive">