All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.css.index.css Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
main .button{
    border-color: blue;
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
    margin: 2rem;
    border-width: 5px;
    background: lightblue;
    padding: 0.5rem;
}

main .button:hover{
    background: lightgreen;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy