-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
88 lines (72 loc) · 1.69 KB
/
Copy pathstyle.css
File metadata and controls
88 lines (72 loc) · 1.69 KB
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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
/* * {
outline: 0.25px solid blue;
} */
body {
background-color: rgb(252, 227, 213);
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
color: rgb(97, 47, 47);
}
header {
background-image: url(https://thumb1.shutterstock.com/mosaic_250/163225782/747618916/stock-photo-vintage-whitewash-painted-rustic-old-wood-plank-wall-textured-background-faded-washed-natural-wood-747618916.jpg);
padding: 5px 150px 5px 150px;
margin-bottom: 40px;
}
header h1 {
font-size: 4em;
font-style: italic
}
header h2 {
font-size: 2em;
margin-left: 15%;
font-style: italic
}
#sculptureGarden {
width: 50%;
border: 5px solid rgb(97, 47, 47);
}
nav {
box-sizing: border-box;
padding-top: 100px;
width: 48%;
float: right;
}
nav ul {
margin: 0px;
list-style-type: none;
}
nav ul li {
padding-bottom: 75px;
font-size: 2.5em;
text-align: center;
font-weight: bolder;
}
footer {
margin-top: 100px;
margin-bottom: 100px;
box-sizing: border-box;
width: 100%;
}
footer h2 {
box-sizing: border-box;
width: 100%;
text-align: center;
}
#smiley {
box-sizing: border-box;
width: 100%;
padding: 30px 45% 0px 45%;
}
#funFacts {
box-sizing: border-box;
width: 100%;
margin-top: 40px;
padding: 20px;
background-image: url(https://thumb1.shutterstock.com/mosaic_250/163225782/747618916/stock-photo-vintage-whitewash-painted-rustic-old-wood-plank-wall-textured-background-faded-washed-natural-wood-747618916.jpg);
}
a:link {
color: rgb(43, 124, 97);
}
a:visited {
color: rgb(97, 47, 47);
}