Newer
Older
2020-S.Keigo / kogi.css
@Sato Keigo Sato Keigo on 14 Jul 2020 540 bytes Update kogi.css
p.sample0 {text-shadow:3px 3px 2px #0000ff;}
p.sample1 {box-shadow: 10px 10px;}
p.sample2 {box-shadow: 10px 10px 10px rgba(0,0,0,0.4);}
p.sample3 {box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.4);}
p.sample4 {box-shadow: 10px 10px 10px 10px rgba(0,0,0,0.4) inset;}
p.sample5{
width:280px; height:130px; background-color:#ccecf4;
border:solid 20px #7fcfe2;
border-radius: 100px 25px 50px 50px / 50px 25px 50px 25px;
}
p.sample1, p.sample2, p.sample3, p.sample4 {
width:300px; height:50px;
background-color:yellow;
border:solid 10px orange;
}