caranya gampang,
sekarang kamu cari code kira kira seperti ini
image {
border= none;
}
kemudian ganti codenya seperti dibawah ini :
border: solid 10px;
/* the border will curve into a 'D' */
border-radius: 10px 40px 40px 10px;
border: groove 1em red;
border-radius: 2em;
background: gold;
border: ridge gold;
border-radius: 13em/3em;
border: none;
border-radius: 40px 10px;
border: none;
border-radius: 50%;
dan lihat hasilnya.
kamu bisa merubah nilai radius sesuai kebutuhan kamu
jangan lupa coment ya.....