Fill in the blanks to make an image brighter and circled. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Fill in the blanks to make an image brighter and circled.

.very_bright{ filter : brightness (150%); border- ______ : 50%; } I just cant figure out the last fill in the blank it consists of 6 letters.

8th Feb 2019, 1:47 PM
Derrick U. Keith
Derrick U. Keith - avatar
10 Answers
+ 10
//it is border-radius which is used to define the border radius .very_bright{ filter : brightness (150%); border- radius : 50%; } https://www.sololearn.com/learn/CSS/2238/
8th Feb 2019, 2:53 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 3
.very_bright { filter:brightness (150%); border-radius: 50%; }
16th Mar 2020, 9:17 AM
B.R.V.Supriya
B.R.V.Supriya - avatar
+ 3
.filtered { filter: blur (5px) brightness (110%); }
31st Mar 2021, 3:25 PM
Mahnoor Shahzad
Mahnoor Shahzad - avatar
+ 1
radius
23rd Mar 2019, 9:41 PM
antivirus khan
antivirus khan - avatar
+ 1
.very_bright { filter:brightness (150%); border-radius: 50%; }
14th May 2020, 2:46 PM
Doaa Hatem Ahmed Qasem
Doaa Hatem Ahmed Qasem - avatar
0
.very_bright { filter : brightness (150%); border- radius : 50%; }
24th Apr 2021, 4:40 PM
IMTIAZ AHMAD
IMTIAZ AHMAD - avatar
0
it is border-radius which is used to define the border radius .very_bright{ filter : brightness (150%); border- radius : 50%; }
30th Sep 2021, 12:44 PM
Dilip Vishwakarma
Dilip Vishwakarma - avatar
0
it is border-radius which is used to define the border radius .very_bright{ filter : brightness (150%); border- radius : 50%; }
10th Jan 2022, 10:28 AM
James Obinna
0
Blur 110
28th Mar 2022, 12:08 AM
Hanifi Asgin
- 2
Please help me solve this Fill in the blanks to adjust the brightness of an image to 110% and apply a blur effect to it. .filtered { filter: (5px) brightness( %); }
16th Dec 2020, 5:36 PM
Elizebeth Cartmel