-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
66 lines (54 loc) · 821 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
.container {
margin: 0 auto;
width: 500px;
}
body {
background-color: #EBEBEB;
font-family: 'Rubik', sans-serif;
}
.card {
background-color: white;
border-radius: 4px;
text-align: center;
padding: 20px;
margin: 20px;
box-shadow: 0px 1px 2px 0px #D9D9D9;
}
#tho {
width: 200px;
border-radius: 50%;
}
.img {
width: 220px;
}
h1 {
color: #01a3a4;
font-size: 25px;
font-family: 'Rubik', sans-serif;
}
h2 {
color: #2c3e50;
font-size: 20px;
}
p {
color: #576574;
font-family: 'Roboto Condensed', sans-serif;
}
a {
color: #7f8c8d;
text-decoration: none;
}
a:hover {
color: #01a3a4;
}
.fa {
font-size: 30px !important;
padding-right: 10px !important;
padding-left: 10px !important;
}
.social {
justify-content: center !important;
}
li {
list-style-type: none;
}