-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
92 lines (77 loc) · 1.44 KB
/
style.css
File metadata and controls
92 lines (77 loc) · 1.44 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
.nav-link {
font-style: italic;
color: #857f80;
/* font-weight: 100;color: white; */
}
.nav-link:hover{
background-color: rgb(206, 32, 104);
color: white;
/* font-style: italic; */
border-radius: 0.5rem;
}
.bg-body-tertiary{
background-color: white !important;
}
.dopetrope-image {
background-color: #cce8f4;
background-image: url(./images/pic01.jpg);
background-repeat: no-repeat;
background-size: cover;
background-position: center;
max-height:40rem;
padding: 12% 0;
display: flex;
justify-content: center;
}
.dopetrope-image div{
background-color: black;
}
/* tarjetas */
#buttn1 {
background-color:#D52349;
}
.tarjetas {
width: 100%;
padding: 4rem 0rem 4rem 12rem;
}
.wrapper-image-tarjetas h4{
padding-top: 1rem;
}
.button1 {
padding: 2rem 10rem 4rem 0;
}
.tarjeta-parte2 {
width: 50%;
}
/* portfolio */
.portfolio-container {
display: grid;
grid-template-columns: 1fr 1fr 1fr;
}
.img-portfolio img{
width: 100%;
}
.texto-portfolio h5{
width: 100%;
padding-top: 2rem;
padding-bottom: 0.4rem;
}
.texto-portfolio p {
width: 90%;
font-size: 0.9rem;
color: dimgray;
}
.blog-container{
width: 80%;
padding-left: 16.5rem;
padding-bottom: 2rem;
}/* footer */
/* footer img{
text-align: center;
background-color: #D52349;
width: 60px;
height: auto;
padding: 0.5rem;
} */
/* responsive de Tablet */
/* responsive de movil */