html
Parasite Sockery
body {
background-image: linear-gradient(180deg,ประก 0% 0% 0 0% 100% 0% 0% 0% 100%,#FF69B4 0 100% 0 0% 100% 0 0% 0 0%);
background-size: 100px 100px;
}
.parasite {
margin: 20px;
background-image: linear-gradient(180deg, #FFC2C7 0 0% 0 0% 100% 100%, #FF69B4 0 100% 0 0% 100% 0%);
background-size: 100px 100px;
border: 10px black solid;
box-shadow: 0 0 10px black;
}
.parasite img {
border: 1px black solid;
border-radius: 100%;
width: 100px;
height: 100px;
margin: 20px 0;
}