styles.css 156 Bytes
Newer Older
Silvia Barrientos committed
1 2 3 4 5 6 7 8 9 10 11
button {
    width: 150px;
    height: 50px;
    color: white;
    background-color: darkslategray;
}

div {
    margin-top: 200px;
    margin-left: 50px;
}