-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
108 lines (108 loc) · 1.8 KB
/
index.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
100
101
102
103
104
105
106
107
108
/* .overlay a{
background-color: #00000081;
} */
.navText{
font-size: 1.2rem;
}
textarea{
width: 100%;
}
.proyect p{
color: white;
}
footer, footer a{
background-color: #6AC5EC !important;
font-size: 1.5rem !important;
}
footer a{
color: black;
font-weight: 600;
}
footer a:hover{
color: black;
}
#brand{
font-size: 1.8em;
font-weight: 600 !important;
color: #6AC5EC;
}
nav img{
width: 85px;
height: 35px;
}
.post-brand{
font-weight: 300;
font-size: .8em;
margin-left: 5px;
color: black;
}
.text-import{
color: #6AC5EC !important;
}
main .carousel-inner img{
height: 70vh;
object-fit: cover;
filter: grayscale(50%);
}
#carousel{
position: relative;
}
#carousel .overlay{
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
color: white;
background-color: rgba(0, 0, 0, .5);
}
#carousel .overlay .container,#carousel .overlay .container .row{
height: 100%;
}
#carousel .overlay .container .row p{
font-weight: 300;
font-size: 1.2em;
}
#carousel .overlay .container .row p{
font-weight: 300;
font-size: 1.2em;
}
#carousel .overlay .container .row a,#carousel .overlay .container .row button{
font-size: 1.2em;
}
.about-me img{
object-fit: cover;
width: 100%;
margin: 20px 0;
}
.details{
margin-top: 10px;
}
.details p{
font-size: 18px;
padding: 0 10px;
}
@media (max-width: 320px) {
.about-me img{
height: 15vh !important;
margin-top: 5px;
}
h1{
font-size: 1.5em;
}
}
@media (min-width: 576px) {
.about-me img{
height: 25vh !important;
}
}
@media (min-width: 768px) {
.about-me img{
height: 30vh !important;
}
}
@media (min-width: 992px) {
.about-me img{
height: 40vh !important;
}
}