-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
118 lines (110 loc) · 2.07 KB
/
Copy pathmain.css
File metadata and controls
118 lines (110 loc) · 2.07 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
::-webkit-scrollbar{display: none;}
body{margin: 0;padding: 0;}
main {
margin-bottom: 0px;
border-radius: 10px;
background-color: rgba(207, 206, 206, 0.295);
font-family: 'Roboto',Arial, Helvetica, sans-serif;
}
p {
text-align: center;
padding: 20px 20px 20px 20px;
}
ol {
padding: 20px 20px 20px 20px;
align-items: center;
list-style: none;
}
.scrollToc{
position: fixed;
top: 0;
z-index: 1;
width: 100%;
height: 10px;
background: #ccc;
display: none;
}
.scrollBar{
background: rgb(220, 20, 60);
height: 10px;
width: 0%;
}
.bankback li {
text-align: center;
margin: 20px;
position: relative;
box-shadow: 5px 5px 10px #0717467c;
padding: 20px 20px 20px 20px;
background-color: rgb(255, 255, 255);
border-radius: 10px;
}
img {
margin-top: 15px;
width: 100%;
max-width: 200px;
height: auto;
}
.CODIGO{
color: #ff002b;
}
.titulo {
margin-top: 0;
background-color: #3b8df7;
border-bottom: #fdfdfd6c solid;
padding: 20px 20px 20px 20px;
font-family: 'Roboto',Arial, Helvetica, sans-serif;
color: #ffffff;
text-align: center;
}
.pie p{
margin-bottom: 0px;
color: #000000;
text-align: center;
}
.pie a {
text-decoration: none;
color: #000000;
}
.pie a:hover {
color: #f02745;
}
.corazon{
color: #f02745;
}
button{
border: none;
outline: none;
}
.top {
background-color: transparent;
position: fixed;
display: none;
right: 0;
bottom: 0;
margin-right: 40px;
margin-bottom: 60px;
z-index: 900;
text-decoration: none;
font-size: 35px;
cursor: pointer;
}
@media only screen and (max-width :5000px){
img{
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
}
@media only screen and (max-width :900px){
.bankback li {
font-size: 22px;
text-align: center;
margin: 20px;
position: relative;
box-shadow: 5px 5px 10px #0717467c;
padding: 20px 20px 20px 20px;
background-color: rgb(255, 255, 255);
border-radius: 10px;
}
}