-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweek7styles.css
More file actions
47 lines (45 loc) · 1.15 KB
/
week7styles.css
File metadata and controls
47 lines (45 loc) · 1.15 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
body {
background-color: #5fe382;
}
a {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
color: #400202;
}
h1 {
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
font-size: 60px;
color: #571b4b
}
h2 {
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
font-size: 32px;
color:rgb(19, 151, 87)
}
img {
box-shadow: 8px 5px 10px 2px #571b4b;
max-width: 400px;
}
figcaption {font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 22px; color: rgb(19, 151, 87)
}
li {font-size: 50px; color: #2c5750;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
}
tr {
font-size: 20px;
}
th, td{
background-color: rgb(173, 241, 136);
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-weight: 600;
color: #2c5750;
border-style: double;
}
.boxes {
border-style: groove;
background-color: rgb(173, 241, 136);
max-width: max-content;
}
#underline {
text-decoration-line: underline;
}