-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (53 loc) · 2.24 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
<!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">
<title>Document</title>
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Source+Serif+Pro:ital,wght@0,200;0,300;0,400;1,200;1,300;1,400&display=swap" rel="stylesheet">
</head>
<div class="header">
<img class="logo" src="images/logoResize.png" alt="logo">
<a class="linkHeader" href="">GARDENING BASICS</a>
<a class="linkHeader" href="">CATEGORIES</a>
<a class="linkHeader" href="">TIPS & TRICKS</a>
<a class="linkHeader logButton" href="">LOGIN</a>
<a class="linkHeader logButton" href="">REGISTER</a>
</div>
<body>
<div class="underHeader">
<div class="messageUnderHeader"> Your garden is your masterpiece</div>
</div>
<div class="description_container">
<div class="description">
<div class="descriptionItem">
<div class="aboutTitle">About Heaven On Earth</div>
<div class="descriptionTitle">Connect with nature</div>
<ul>
<li>"If you have a garden and a library, you have everything you need"</li>
<li>"Flowers always make people better, happier, and more helpful; they are sunshine, food and medicine for the soul"</li>
<li>"Gardening is learning, learning, learning. That's the fun of them. You're always learning"</li>
<li>"A garden must combine the poetic and the mysterious with a feeling of serenity and joy"</li>
</ul>
</div>
<div class="descriptionItem">
<div class="aboutTitle">About Heaven On Earth</div>
<div class="descriptionTitle">What you will learn</div>
<ul>
<li>A positive outlook is absolutely essential.</li>
<li>Even the smallest growth is to be appreciated and celebrated.</li>
<li>Failure is a driving force of success.</li>
<li>Creativity and hard work offer great rewards.</li>
<li>Nothing thrives without consistent hard work and dedication.</li>
</ul>
</div>
</div>
</div>
<div class="basics_contaner">
</div>
</body>
</html>