We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8c2801 commit 3e1dc0aCopy full SHA for 3e1dc0a
grass 1.jpg
52.4 KB
grass 2.jpg
40.4 KB
style.css
@@ -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
18
+ color: black;
19
+ backface-visibility: visible;
20
21
+p {
22
23
24
25
+li {
26
27
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