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

static.styles.css Maven / Gradle / Ivy

The newest version!
@import 'https://fonts.googleapis.com/css?family=PT+Sans';

body {
    font-family: 'PT Sans', 'sans-serif';
    margin-left: 30px;
}

.error {
    background-color: lightcoral;
}

.success {
    background-color: lightgreen;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy