- 1
Please help me
Fill in the blanks to make the image circled and blurred with 30% sepia applied. img { -radius: 50%; filter: (30%) drop-shadow(5px 9px 2px red) (1px); width: 100px; height: 100px; }
7 Respostas
- 1
border, blur
+ 1
1.border
2.sepia
3.blur
0
Fill in the blanks to make the image circled and blurred with 30% sepia applied.
img {
-radius: 50%;
filter:
(30%)
drop-shadow(5px 9px 2px red)
(1px);
width: 100px;
height: 100px;
}
------------------
border
sepia
blur
0
Fill in the blanks to make the image circled and blurred with 30% sepia applied.
img {
border-radius: 50%;
filter: sepia (30%)
drop-shadow(5px 9px 2px red)
blur (1px);
width: 100px;
height: 100px;
}
0
1px
0
answer me
0
Fill in the blanks to make an image semi-transparent.