-
Notifications
You must be signed in to change notification settings - Fork 0
/
second.html
78 lines (75 loc) · 3.13 KB
/
second.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Happy Xmas</title>
<link rel="stylesheet" href="font-awesome-4.7.0/css/font-awesome.min.css">
<link href="https://fonts.googleapis.com/css?family=Dancing+Script|Oswald" rel="stylesheet">
<link rel="stylesheet" href="styles2.css">
</head>
<body>
<header class="xmas-partitions">
<h1>Christmas News!</h1>
<nav>
<ul id="top-nav">
<li class="button-shape"><i class="fa fa-tree" aria-hidden="true"></i>Shopping deals</li>
<li>
<button>
Cookies
</button>
</li>
<li>
<a href="https://www.google.com" target="_blank">
Caroling
</a>
</li>
</ul>
</nav>
</header>
<section class="clearfix">
<div class="container">
<article class="xmas-partitions">
<div class="image-wrapper">
<img class="xmas-fire-img" src="./christmas.jpeg" alt="">
</div>
<p>
Chestnuts guest cookie singing, santa lights calendar Christmas goodwill decorate. Jingle bells tree icicle holiday, gold stocking stocking scarf noel icicle yule december decorate yule. Calendar guest stocking stocking wreath candy cane eggnog.
Tree cookie give tree chestnuts tree chimney. Carols gift cookie gift give toys celebration toys. Stocking stocking chimney lights stocking partridge gift candy cane gold.
</p>
</article>
<article class="xmas-partitions">
<div class="image-wrapper">
<img class="xmas-fire-img" src="./christmas.jpeg" alt="">
</div>
<p>
Chestnuts guest cookie singing, santa lights calendar Christmas goodwill decorate. Jingle bells tree icicle holiday, gold stocking stocking scarf noel icicle yule december decorate yule. Calendar guest stocking stocking wreath candy cane eggnog.
Tree cookie give tree chestnuts tree chimney. Carols gift cookie gift give toys celebration toys. Stocking stocking chimney lights stocking partridge gift candy cane gold.
</p>
</article>
<article class="xmas-partitions">
<div class="image-wrapper">
<img class="xmas-fire-img" src="./christmas.jpeg" alt="">
</div>
<p>
Chestnuts guest cookie singing, santa lights calendar Christmas goodwill decorate. Jingle bells tree icicle holiday, gold stocking stocking scarf noel icicle yule december decorate yule. Calendar guest stocking stocking wreath candy cane eggnog.
Tree cookie give tree chestnuts tree chimney. Carols gift cookie gift give toys celebration toys. Stocking stocking chimney lights stocking partridge gift candy cane gold.
</p>
</article>
</div>
<aside>
<ul class="aside-list">
<li>Filler!</li>
<li>Filler!</li>
<li>Filler!</li>
<li>Filler!</li>
<li>Filler!</li>
</ul>
</aside>
</section>
<footer>
<div id="footer-div">
© Christmas Carol Choir
</div>
</footer>
</body>
</html>