-
Notifications
You must be signed in to change notification settings - Fork 0
/
decoration.html
37 lines (31 loc) · 1.37 KB
/
decoration.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
<!DOCTYPE html>
<html>
<head>
<meta charset=utf-8 />
<title></title>
<style>
img {
border-radius: 50%;
}
div.container {
display:inline-block;
}
p {
text-align:center;
}
</style>
</head>
<body>
<div class="container">
<img src="http://cdn.homedit.com/wp-content/uploads/2011/12/christmas-living-rooms4.jpg" height="200" width="200" ; />
</div>
<div class="container">
<img class="middle-img" src="http://www.americansale.com/images/departments/medium/outdoor%20decorations.JPG"/ height="200" width="200" />
</div>
<div class="container">
<img src="http://eggofnihilism.com/wp-content/uploads/2016/11/old-fashioned-christmas-decorating-contest-schedule-released-etv.jpg" height="200" width="200" />
</div>
</div>
<p>A Christmas decoration is any of several types of ornamentation used at Christmas time. The traditional colours of Christmas are pine green (evergreen), snow white, and heart red. Blue and white are often used to represent winter, or sometimes Hanukkah, which occurs around the same time. Gold and silver are also very common, as are just about any other metallic colours. Typical images on Christmas decorations include Baby Jesus, Father Christmas, Santa Claus, and the star of Bethlehem. Typical winter icons include snowflakes, snowmen, icicles, and even penguins and polar bears</p>
</body>
</html>