-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
44 lines (35 loc) · 804 Bytes
/
style.css
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
* {
font-family: Helvetica, Arial, sans-serif;
}
header {
font-family: Helvetica;
font-size: 100px;
font-weight: bold;
color: khaki;
position: static;
background-image: url("https://www.adobe.com/content/dam/cc/us/en/creativecloud/photography/discover/reflection-photography/reflection-photography_fb-img_1200x800.jpg");
}
h1.Brushes {
background-color: mediumspringgreen;
font-family: Arial, Helvetica, sans-serif;
font-size: 32px;
font-weight: bold;
color: white;
}
h1.Frames{
background-color: lightcoral;
}
h1.Paint{
background-color: skyblue;
}
.intro{
color: blue;
font-family: Arial, Helvetica, sans-serif;
}
p,
li {
font-size: 18px;
}
a {
text-decoration: none;
}