ArmadoDeForm.css
569 Bytes
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
html {
--Color: rgb(122, 230, 163);
}
#BotonesContainer {
width: 100%;
height: 5%;
}
#TabsContainer {
width: 100%;
height: 95%;
}
.Botones {
border-radius: 5px 5px 0px 0px;
background-color: rgb(168, 168, 168);
border: none;
height: 100%;
margin: 0.1%;
}
.Botones:active {
background-color: var(--Color);
border-bottom: none;
height: 6%;
border-bottom: none;
}
.Botones:hover {
background-color: rgb(53, 53, 53), 0.5;
}
.Tabs {
display: none;
height: 100%;
border: 3px solid var(--Color);
}