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

demo.attachments.css.css Maven / Gradle / Ivy

p {
    font-family: arial, helvetica, sans-serif;
}

h2 {
    font-size: 20pt;
    color: red;
    background: white;
}

.note {
    color: red;
    background-color: yellow;
    font-weight: bold;
}

p#paragraph1 {
    padding-left: 10px;
}

a:hover {
    text-decoration: none;
}

#news p {
    color: blue;
}

[type="button"] {
    background-color: green;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy