-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
92 lines (82 loc) · 1.65 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
#carouselExampleIndicators,#carousel3,#carousel,#carousel4,#carousel5,#carousel6{
margin-left: auto;
margin-right: auto;
}
.carousel-item {
position: relative;
}
.capa {
background: rgba(0, 0, 0, 0.5);
width: 100%;
height: 100%;
position: absolute;
top: 0;
}
#badge_evento{
display: inline-block;
background-color:rgb(238, 215, 12);
max-width: 100%;
max-height: 100%;
border-radius: 25px;
text-align: center;
color: rgb(46, 46, 46);
font-size: 15px;
padding-left: 15px;
padding-right: 15px;
}
#badge_olimpiada{
display: inline-block;
background-color:green;
max-width: 100%;
max-height: 100%;
border-radius: 25px;
text-align: center;
color: white;
font-size: 15px;
padding-left: 15px;
padding-right: 15px;
}
#badge_projeto{
display: inline-block;
background-color: rgb(182, 26, 26);
max-width: 100%;
max-height: 100%;
border-radius: 25px;
text-align: center;
color: white;
font-size: 15px;
padding-left: 15px;
padding-right: 15px;
}
#dbad{
text-align: center
}
.card-body{
padding: 20px;
text-align: center
}
.card-text{
text-align: justify;
}
.card{
overflow: hidden; /* Faz o div não aumentar a altura por causa da imagem */
}
.card-img-top{
max-width: 100%;
max-height: 100%;
width: auto;
height: auto;
}
.card-header{
background-color: #20bf6b;
}
.btn-link{
color:white;
}
.accordion,.card-deck{
padding: 2% 2% 0% 3%;
}
.card img{
width: 400px;
height: 200px;
}