-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
73 lines (60 loc) · 969 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
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
/* Here goes your CSS */
body {
background-image: url("images/background-01.jpg");
font-family: sans-serif;
color: #2B395D;
font-size: 15px;
line-height: 17px;
}
h1, h2, h3 {
font-family: 'Montserrat', sans-serif;
font-weight: ultra-light;
}
h1, h2 {
font-size: 23px;
}
h3 {
font-size: 15px;
padding-left: 24px;
}
h1 { color: #D90368; }
a {
text-decoration: none;
}
p {
padding-left: 24px;
}
.card {
background-color: #F3F6FF;
padding: 20px;
margin: 15px auto;
width: 600px;
text-align: center;
border-radius: 5px;
box-shadow: 3px 3px 6px rgba(0,0,0,0.5);
}
.image-circle {
border-radius: 50%;
width: 160px;
}
.inline-list > li {
display: inline;
padding: 20px;
list-style: none;
}
.image-movie {
width: 200px;
margin-top: 15px;
}
.image-sport{
width: 200px;
margin-top: 15px;
margin-bottom: 3px;
}
.fa{
font-size: 30px;
}
#list-small-left-padding{
padding-left: 24px;
}
/* Here goes your CSS */