-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathstyle2.css
78 lines (76 loc) · 1.03 KB
/
style2.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
#banner {
background-image: url("andes.jpg");
background-size: cover;
min-height: 650px;
position: relative;
}
#Bloque1, #Bloque5, #Bloque3, #Bloque7 {
background-color: #d6dde2;
}
.navbar{
background-color: #6e7377;
}
#imagen {
position: absolute;
width: 10rem;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
#imagenLogUni {
width: 10rem;
height: 15rem;
}
#imagenLogCol {
width: 10rem;
height: 15rem;
}
.espacio {
height: 50px;
}
.carousel-item {
width: 100%;
height: 30rem;
color: rgb(54, 54, 47);
}
.carousel-item .car {
height: 100%;
top: 0;
left: 0;
right: 0;
bottom: 0;
margin: auto;
}
.txt {
background-color: #6e7377;
}
.card{
width: 18rem;
}
.cards{
width: auto; margin: auto auto;
}
.logro{
margin: auto;
}
.margen{
margin-top: 50px;
margin-bottom: 50px;
}
.titulo{
background-color: #6e7377;
color:whitesmoke;
}
.icon{
width: 4rem;
}
html{
font-family: 'Times New Roman', Times, serif;
font-style: italic;
font-variant: small-caps;
}
.der{
text-align: left;
}