-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
125 lines (109 loc) · 1.89 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
body {
background: #d5eeff;
font-family: 'Raleway', sans-serif;
font-size: 16px;
font-weight: 300;
color: #555;
line-height: 1.6em;
}
h1, h2, h3, h4 {
font-family: 'Montserrat', sans-serif;
}
h1 {
color: #113a5d;
font-family: 'Nunito', sans-serif;
font-size: 2.5rem;
}
h2 {
color: #005792
font-size: 1.4rem;
font-weight: 300;
margin-bottom: 1.5rem;
}
h3 {
font-size: 1.2rem;
font-weight: 300;
}
p {
font-size: 1rem;
font-weight: 400;
color: #595959;
}
a {
color: #555;
text-decoration: none;
font-weight: 700;
transition: .25s;
}
a:link, a:hover, a:active {
color: #005792;
text-decoration: none;
}
#img-profile {
width: 250px;
height: auto;
margin: 14px;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
border-radius: 10px;
transition: 2s;
}
#img-profile:link, #img-profile:hover, #img-profile:active {
cursor: pointer;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 1);
}
#bio{
text-align: center;
}
.social i {
font-size: 25px;
margin-top: 0px;
}
.social a {
margin: 10px;
}
.fab.fa-linkedin {
font-size: 25px;
}
.card {
background: #FFF;
padding: 1rem;
margin-bottom: 20px;
border-radius: 4px;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
#movie-img {
width: 140px;
height: auto;
margin: 0 20px 20px 10px;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
.movie-title {
font-size: 22px;
color: #595959;
margin-top: -18px;
margin-bottom: -8px;
transition: .25s;
}
#imdb-logo {
width: 32px;
height: auto;
}
#imdb-logo:link, #imdb-logo:hover, #imdb-logo:active {
cursor: pointer;
}
#title-border {
padding-bottom: 4px;
border-bottom: 6px solid #DD5555;
}
#about-page {
background: #FFF;
padding: 1rem;
margin-bottom: 20px;
border-radius: 4px;
box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
#le-wagon-img {
width: 150px;
height: auto;
margin-bottom: 0px;
vertical-align: middle;}