-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
113 lines (94 loc) · 1.53 KB
/
style.css
File metadata and controls
113 lines (94 loc) · 1.53 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
.navbar {
position: fixed;
overflow: hidden;
z-index: 6;
width: 100%;
top: 0;
}
*,
h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
font-family: 'Open Sans', serif;
font-weight: 300;
text-align: center;
}
.media img {
border-radius: 100%;
width: 70%;
}
.btn {
border-radius: 3px;
}
.jumbotron {
background: url(images/lead-bg.jpg);
color: #ffffff;
background-attachment: fixed;
}
.jumbotron img {
height: 30%;
}
/* @media only screen and (max-width: 375px) {
.jumbotron img {
position: relative;
top: 0;
width: 80%;
}
} */
.panel-success img {
height: 15em;
width: 100%;
}
.li-social-links {
display: inline-block;
list-style: none;
}
.social {
align-items: center;
font-size: 2em;
color: white;
padding: 20px;
}
.jumbotron .media {
margin: 50px 0;
}
section.slider {
color: #ffffff;
background: #52AD81;
margin: 40px 0;
padding: 40px 0;
}
footer {
background: #121214;
border-top: 4px solid #1F1F1F;
font-size: 0.9em;
padding: 80px 0 0;
position: relative;
}
img {
max-width: 100%;
}
.title span {
font-weight: 900;
}
.ul-skills {
text-align: center;
}
.li-skills {
display: inline-block;
margin: 7px;
padding: 5px 10px;
color: white;
background: grey;
list-style: none;
cursor: default;
font-size: 1.2em;
}
.footer-copyright {
margin-top: -40px;
text-align: center;
}
footer * {
color: #ffffff;
}
.copy {
text-align: center;
}