-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.css
More file actions
85 lines (63 loc) · 1.38 KB
/
about.css
File metadata and controls
85 lines (63 loc) · 1.38 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
body {
background-color: #161b22;
margin-top: 30px;
}
#content {
text-align: center;
padding-bottom: 25%;
margin-top: 60px;
}
hr {
border-top: 0.5px solid #f8f8f8;
border-bottom: 0.5px solid rgba(0, 0, 0, 0.2);
width: 400px;
height: 1px;
background-image: -webkit-linear-gradient(left, rgba(255,255,0,0), rgba(255,255,255,.8), rgba(0,0,0,0));
background-image: -moz-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.8), rgba(0,0,0,0));
background-image: -ms-linear-gradient(left, rgba(255,255,255,0), rgba(255, 255,255,.8), rgba(0,0,0,0));
background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,.8), rgba(0,0,0,0));
border: 0;
}
h1 {
color: white;
text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4),
0px 8px 13px rgba(0, 0, 0, 0.1),
0px 18px 23px rgba(0, 0, 0, 0.1);
}
#content2 {
text-align: center;
}
#content3 {
text-align: center;
}
.navbar-inverse {
background: white;
}
footer {
margin-top: 60px;
text-align: center;
font-size: 16px;
color: white;
}
#weAre {
text-align: center;
margin-top: 60px;
}
h4 {
color: white;
font-family: lato;
}
h5 {
color: white;
font-family: lato;
}
#espacio {
margin-top: 30px;
margin-bottom: 30px;
}
.navbar {
font-size: 129%;
}
.navbar-brand {
font-size: 129%;
}