-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
78 lines (78 loc) · 1.03 KB
/
style.css
File metadata and controls
78 lines (78 loc) · 1.03 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
a {
font-size: 20px;
color: black;
}
h1, h2, h3 {
font-family: 'Boogaloo', cursive;
}
h2 {
font-size: 50px;
}
h3 {
font-size: 30px;
}
h4{
margin: 5% 0;
font-size: 30px;
font-weight: bold;
}
header {
margin-bottom: 10%;
}
header {
background-color: #388E3C;
}
p, a {
font-family: 'Lato', sans-serif;
}
.espacioRow {
margin: 5% 0;
}
.footer {
border-top: .5px solid #B6B6B6;
}
.infoEnlaces {
background-color: #8BC34A;
padding: 5% 0;
}
.infoMenor {
background-color: rgba(0, 0, 0, 0.1);
padding: 3%;
}
.jumbotron {
background: transparent;
}
.jumbotron img {
margin: 1% 0;
}
.jumbotron span {
font-size: 80px;
color: black;
}
.textoExplicativo {
font-size: 20px;
}
.textoBranch{
margin: 8% 0;
}
.textoBranch p{
font-size: 25px;
}
.textoCodigo {
font-size: 12px;
}
.verProyectos .textoCodigo {
font-size: 20px;
}
.verProyectos {
background-color: #4CAF50;
}
.redes{
font-size: 35px;
}
.verProyectos{
min-height: 700px;
}
nav li{
display: inline-block;
}