-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtribute.css
82 lines (68 loc) · 1.01 KB
/
tribute.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
79
80
81
82
html {
font-size: 10px;
}
body {
font-family: Montserrat;
font-size: 1.6rem;
text-align: center;
background-color: #212121;
color: #EEE;
margin: 0;
}
#main {
margin: 30px 20px;
padding: 15px;
box-shadow: 0 -4px 20px 0 rgba(255, 255, 255, 0.5), 0 6px 20px 0 rgba(255, 255, 255, 0.1);
border-radius: 10px;
background-color: #181818;
border: 1px solid #303030;
}
#title {
font-family: Esteban;
font-size: 4em;
margin-bottom: 0px;
}
#full-name {
margin: 0px 0px 30px 0px;
}
#image {
display: block;
border: 4px solid #484848;
}
#img-caption {
margin: 15px 0 15px 0px;
font-size: 0.8em;
color: #CCC
}
img {
max-width: 80%;
display: block;
height: auto;
margin: 0 auto;
}
section {
padding-top: 1em;
}
h3 {
font-family: Esteban;
font-size: 1.8em;
}
p {
font-family: Montserrat;
}
ul {
max-width: 650px;
margin: 0 auto 50px auto;
text-align: left;
line-height: 1.6;
}
li {
margin: 16px 0;
color: #CCC
}
a {
color: #477CA7;
}
a:visited {
color: #74638F;
}