ArmadoDeForm.css 569 Bytes
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);
}