Newer
Older
2022-yuto / kujibiki.css
@Yuto Togashi Yuto Togashi on 4 Nov 2022 210 bytes change box width
body{
    text-align: center;
}
div{
    width: 100px;
    text-align: center;
    border: solid 1px;
    margin: auto;
}
#start{
    margin-top: 1em;
}
.success{
    color: red;
}
.failure{
    color: blue;
}