Newer
Older
komatsuY / GD4.css
@Komatsu Yu Komatsu Yu on 4 Nov 2022 244 bytes Update GD4.css
body{
    background-color:#f0fff4;
    text-align:center;
    }
    
div {
    border:1px solid black; 
    margin: auto;
    width: 10em; 
    text-align:center;
}

div:hover{
    background-color:#ffffff;
}

button{
    color: aquamarine;
}