Skip to content

Commit 3e1dc0a

Browse files
authored
Add files via upload
1 parent a8c2801 commit 3e1dc0a

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

grass 1.jpg

52.4 KB
Loading

grass 2.jpg

40.4 KB
Loading

style.css

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
body {
2+
background-color: white;
3+
background-image: url(grass1.jpg),
4+
url(grass2.jpg);
5+
background-position: top,bottom;
6+
7+
background-repeat: repeat;
8+
9+
}
10+
11+
h1 {
12+
font-family: cursive;
13+
color: brown;
14+
}
15+
16+
h3 {
17+
font-family: cursive;
18+
color: black;
19+
backface-visibility: visible;
20+
}
21+
p {
22+
font-family: cursive;
23+
color: black;
24+
}
25+
li {
26+
font-family: cursive;
27+
color: black;
28+
29+
}
30+
31+
hr {
32+
border: 6px dotted;
33+
border-style: dotted none none none;
34+
height: 2px;
35+
width: 8%;
36+
}

0 commit comments

Comments
 (0)