Newer
Older
2022-aoi / gd04.css
@SUGAWARA Aoi SUGAWARA Aoi on 26 Nov 2022 208 bytes Add leaflet library
body{
    text-align: center;
}
div{
    width: 20%;
    text-align: center;
    border: solid 1px;
    margin: auto;
}
#start{
    margin-top: 1em;
}
.success{
    color: red;
}
.failure{
    color: blue;
}