Image
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
img{
width: 400px;
border: 1px;
border-style: double;
border-color: red;
/* border-radius: 50%; */
border-top-left-radius: 54px;
/* opacity: 22%; */
filter: blur(4px);
}
</style>
</head>
<body>
<img src="character_model_touchup_2.png">
</body>
</html>
Comments
Post a Comment