Newer
Older
cafe-2022 / aoi / cafe1.css
@SUGAWARA Aoi SUGAWARA Aoi on 21 Jun 2022 429 bytes tuika
body{
    background: antiquewhite;
    margin-left: 1em;
    margin-right: 1em;
}

h1{
    color: saddlebrown;
    text-align: center;
    border-radius: 15px;
    border-width: medium;
    border-style: dashed;
    border-color: chocolate;
    padding: 3px
}

h2{
    color: cadetblue;
    margin-top: 1.5em;
}

h4{
    color: indianred;
}

p{
    color: darkslategray;
}

a{
    color: maroon;
}