Newer
Older
2020-imaizumi / css3.css
@imaiumi tomoki imaiumi tomoki on 19 Jul 2020 170 bytes Update css3.css
p.shadow {text-shadow: red 3px 4px 5px;}
p.boxshadow {box-shadow: green 3px 4px 5px 6px; background: #dda}
p.kadomaru {border:dotted 2px green; border-radius: 5px 5px ;}