Newer
Older
stamp-2022 / koki / stamp.css
@ITO Koki ITO Koki on 17 May 2022 561 bytes add image
body{background:#adcedf;}
h1{
text-align: center;
padding-left: 36px; height: 40px;
border:none;
border-top: none;
border-bottom: red double ;
margin-left:10%;
margin-right: 10%;
color: #2f0343;
}
h2{
border-top:none;
border-right:none;
border-left:solid 10px  #3971bd;
border-bottom:solid 5px #3971bd;
color: #dd6369;
}
h3:before {content: "["} h3:after {content: "]"}
h3{
color: #2d41d6;
border-style:ridge;
}
p{
padding-left: 20px;
border:none;
}
button{
width:60px;
height:40px;
}
ul.kumo {margin-left:5em;}
ul.kumo >li {
list-style-image:url("kumo.jpg");}