-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
121 lines (98 loc) · 1.35 KB
/
style.css
File metadata and controls
121 lines (98 loc) · 1.35 KB
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
body {
padding-left: 80px;
padding-right: 80px;
padding-top: 50px;
padding-bottom: 50px;
}
p {
margin-bottom: 10px;
margin-top: 10px;
}
h1 {
margin-top: 80px;
}
h4, h5 {
margin-bottom: 0;
margin-top: 0;
}
h5 i {
font-size: 11px;
}
a {
color: #3a749e;
}
p {
font-size: 18px;
}
.profile-image.section-sm, .profile-image img {
height: 250px;
width: 277px;
}
.intro {
height: 250px;
}
.contact {
margin-top: 145px;
}
.section-lg {
width: 99%;
border-bottom: 1px solid lightgrey;
overflow:auto;
}
.section-md {
float: left;
width: 63%;
padding-top: 30px;
padding-bottom: 30px;
}
.section-sm {
float: left;
width: 33%;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 10px;
padding-right: 10px;
}
.subsection {
margin-bottom: 30px;
padding-left: 20px;
}
.skill-bar {
height: 20px;
margin-bottom: 20px;
overflow: hidden;
background-color: #f5f5f5;
border-radius: 4px;
}
.progress-bar {
float: left;
width: 0;
height: 100%;
font-size: 12px;
}
.progress-bar-dark {
background-color: #3a749e;
}
.progress-bar-light {
background-color: #4ba7e1;
}
.progress-bar-50 {
width: 50%;
}
.progress-bar-60 {
width: 60%;
}
.progress-bar-90 {
width: 90%;
}
.progress-bar-80 {
width: 80%;
}
.video {
float: left;
}
.see-more {
float: left;
margin-top: 340px;
margin-left: 30px;
}