-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
71 lines (61 loc) · 2.49 KB
/
index.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
<!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>Flowers</title>
</head>
<body>
<div class="container">
<ul>
<li><a class="active" href="#home">Home</a></li>
<li><a href="#news">News</a></li>
<li><a href="mailto:[email protected]">Contact</a></li>
<li><a href="#about">About</a></li>
</ul>
<main>Flower NEWS
<img src="Startflower.jpg" alt="Start">
<article>Rose of the year 2022 announced!
</article>
</main>
<div id="content1">News about roses
<img src="Rose.jpg" alt="Rose">
<article>Dickson Roses has bred the 2022 rose of the year!</article>
<a href="https://www.hortweek.com/rose-year-2022-announced/ornamentals/article/1722379/" target="_blank"
class="button">Hortweek</a>
</div>
<div id="content2">News about daisies
<img src="Daisy.jpg" alt="Daisy">
<article>5 Fascinating Facts About Daisies That Will Make You Smile.
Exuding freshness, happiness, and innocence, daisies are one of the most well-known flowers around the world.
When you think of daisies, you probably picture classic white petals around a bright yellow center,
but you may be surprised to learn there are many other varietals that go by the same name (think Gerbera daisy or English daisy).
</article>
<a href="https://www.bhg.com/gardening/flowers/daisy-facts/" target="_blank"
class="button">Daisy-facts!</a>
</div>
<div id="content3">Blue flowers
<img src="Blue.jpg" alt="Blue">
</div>
<div id="content4">Pink flowers
<img src="Pink.jpg" alt="Pink">
</div>
<div id="content5">News about roses
<img src="Rose.jpg" alt="Rose">
</div>
<div id="content6">News about daisies
<img src="Daisy.jpg" alt="Daisy">
</div>
<div id="content7">Blue flowers
<img src="Blue.jpg" alt="Blue">
</div>
<div id="content8">Pink flowers
<img src="Pink.jpg" alt="Pink">
</div>
<footer>By Nina W</footer>
</div>
</div>
</body>
</html>