-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (31 loc) · 848 Bytes
/
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
<html>
<head>
<link rel="stylesheet" href="flowerstyle.css">
<link rel="stylesheet" href="potstyle.css">
</head>
<body>
<div class="flower">
<div class="flower__head">
<div class="flower__eye left">
<span></span>
</div>
<div class="flower__nose"></div>
<div class="flower__eye right">
<span></span>
</div>
</div>
<div class="flower__leaf"></div>
<div class="flower__leaf--shadow">
</div>
<div class="flower__leaf oposite"></div>
<div class="flower__leaf--shadow oposite"></div>
<div class="flower__stem"></div>
</div>
<div class="pot">
<div class="flower__pot">
<div class="flower__pot--shadow"></div>
<div class="flower__pot--bottom"></div>
</div>
</div>
</body>
</html>