-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
102 lines (80 loc) · 1.33 KB
/
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
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
.text-platzi{
color: #97c93e !important
}
.btn-platzi{
width: 100px;
}
.carousel-item img{
max-height: 70vh;
object-fit: cover;
filter: grayscale(70%);
}
.carousel-inner{
position: relative;
}
.overlay{
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
background-color: rgba(0, 0, 0, 0.5);
color: white;
z-index: 1;
}
.overlay, .container,
.overlay, .row{
height: 100%;
}
.btn-platzi-main{
background-color: #97c93e;
color: white;
}
.btn-platzi-main:hover{
background-color: #84af39;
color: white;
}
.js{
font-weight: 500;
background-color: rgb(255, 193, 7);
padding: 0px 6px;
border-radius: 7px;
font-size: 14px;
}
.React{
font-weight: 500;
background-color: rgb(23, 162, 184);
padding: 0px 6px;
border-radius: 7px;
color: white;
font-size: 14px;
}
.negocios{
font-weight: 500;
background-color: rgb(108, 117, 125);
padding: 0px 6px;
border-radius: 7px;
color: white;
font-size: 14px;
}
.startup{
font-weight: 500;
background-color: rgb(220, 53, 69);
padding: 0px 6px;
border-radius: 7px;
color: white;
font-size: 14px;
}
.img-honolulu{
max-width: 100%;
}
#footer{
background: linear-gradient(90deg, #1c3643, #273b47 25%, #1e5472);
}
.container a{
color: white;
text-decoration: none;
}
.container a:hover{
color: rgb(207, 207, 207);
}