-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
78 lines (68 loc) · 1.27 KB
/
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
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
body {
font-family: "Titillium Web", sans-serif;
font-size: 2.0em;
background-color: #565B7B;
color: #ffffff;
}
a,
a:hover,
a:active,
a:visited,
a:link {
color: #8ACDFC;
}
#content-box {
width: 1024px;
margin: 0px auto;
border-style: solid;
border-width: 0px 3px;
border-color: rgba(0, 0, 0, 0.55);
background-color: rgba(0, 0, 0, 0.25);
}
#top-box {
color: #ffffff;
margin-bottom: 4%;
height: 350px;
overflow: hidden;
background-position: 50% 30%;
background-image: url("https://raw.githubusercontent.com/josephx86/freecodecamp-tribute-page/master/Diana_OriginalSkin.jpg");
background-repeat: no-repeat;
}
#top-box h1 {
font-size: 5.0em;
font-style: oblique;
margin-left: 6%;
margin-top: 10%;
}
#top-box h2 {
font-style: italic;
font-size: 2.0em;
margin-left: 15%;
}
.part {
margin: 6px;
}
li {
line-height: 1.8em;
}
figure {
background-color: rgba(0, 0, 0, 0.34);
display: inline-block;
border-color: rgba(0, 0, 0, 0.7);
border-style: solid;
border-width: 1px;
margin: 3% 0% 3% 10%;
}
figcaption {
font-size: 0.8em;
font-style: italic;
display: inline;
float: right;
padding: 6px 18px 3px 0px;
}
footer {
height: 40px;
border-style: solid;
border-color: rgba(0, 0, 0, 0.5);
border-width: 1px 0px 0px 0px;
}