styles.css 82 Bytes
Newer Older
1
2
3
4
5
6
7
.button-red{
    background-color: #E0001B;
}

.button-margin{
    margin: 20pt;
}