Can Someone Please Explain This Question For CSS? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 12

Can Someone Please Explain This Question For CSS?

Add a circular radial gradient to produce red and blue, with color-stops accordingly at 15 pixels and 25 pixels. background: radial - gradient (50px 50 px, red 15 px, blue 25px);

3rd Aug 2017, 12:34 AM
Michael Puodziukas
21 Answers
+ 3
background: radial-gradient (50px 50px, red 15px, blue 25px);
6th Apr 2018, 3:42 PM
Mahnoor Shahzad
Mahnoor Shahzad - avatar
+ 2
Drag and drop from the options below to apply 50% opacity to the div, and make it also work in IE: div { opacity: 0.5 ; filter :alpha (opacity=50 ); }
22nd Jul 2018, 4:40 PM
sapram charanteja
sapram charanteja - avatar
+ 1
Add a circular radial gradient to produce red and blue, with color-stops accordingly at 15 pixels and 25 pixels. background: radial - gradient (50px 50 px, red 15 px, blue 25px);
22nd Jul 2018, 4:38 PM
sapram charanteja
sapram charanteja - avatar
0
background: radial-gradient (50px 50px, red 15px, blue 25px);
28th Nov 2017, 7:07 AM
Tahir
Tahir - avatar
0
background: radial-gradient (50px 50px, red 15px, blue 25px);
1st Feb 2018, 6:08 AM
Nikhil Makwana
Nikhil Makwana - avatar
0
In the background-clip property, which value allows for the creation of transparent borders? padding-box
22nd Jul 2018, 4:39 PM
sapram charanteja
sapram charanteja - avatar
0
Drag and drop from the options below to make the background image of the element 100 x 100 pixels in size. Also, set the opacity of the element to 50%: #element { background-image: url ('test.jpg'); background-size : 100px 100px; opacity : 0.5 ; }
22nd Jul 2018, 4:40 PM
sapram charanteja
sapram charanteja - avatar
0
div { opacity: 0.5 ; filter :alpha (opacity=50 ); } thanks
5th Apr 2019, 7:38 AM
Jamin Sultana Bethe
Jamin Sultana Bethe - avatar
0
Drag and drop from the options below to create transparent borders for an element. .test { background-clip : padding-box ; border: 20px solid rgba(0, 0, 0, 0.3); }
21st Jan 2020, 12:47 PM
Beverly Walenen
Beverly Walenen - avatar
0
In the background-clip property, which value allows for the creation of transparent borders? padding-box
7th May 2020, 5:42 AM
AMINE ABERCHANE
AMINE ABERCHANE - avatar
0
Drag and drop from the options below to make the background image of the element 100 x 100 pixels in size. Also, set the opacity of the element to 50%: #element { background-image: url('test.jpg'); background-size: 100px 100px; opacity: 0.5; }
7th May 2020, 5:45 AM
AMINE ABERCHANE
AMINE ABERCHANE - avatar
0
Add a circular radial gradient to produce red and blue, with color-stops accordingly at 15 pixels and 25 pixels. background: radial - gradient (50px 50 px, red 15 px, blue 25px);
1st Jul 2020, 5:58 AM
Rustamjon Kosimov
Rustamjon Kosimov - avatar
0
Drag and drop from the options below to apply 50% opacity to the div, and make it also work in IE: div { opacity: 0.5; filter:alpha(opacity=50); }
7th Jul 2020, 2:03 PM
Farhana Binte Hasan
Farhana Binte Hasan  - avatar
0
background: radial - gradient (50px 50 px, red 15 px, blue 25px);
13th Aug 2020, 3:53 PM
Bahodirov Akbarjon
0
div { opacity: 0.5; filter:alpha(opacity=50); }
13th Aug 2020, 3:57 PM
Bahodirov Akbarjon
0
Add a circular radial gradient to produce red and blue, with color-stops accordingly at 15 pixels and 25 pixels. background: radial-gradient (50px 50px, red 15px, blue 25px);
14th Aug 2020, 9:09 AM
Ahmad
Ahmad - avatar
0
Drag and drop from the options below to make the background image of the element 100 x 100 pixels in size. Also, set the opacity of the element to 50%: #element { background-image: url ('test.jpg'); background-size : 100px 100px; opacity : 0.5 ; }
20th Aug 2020, 2:33 PM
Rancy Chepchirchir
Rancy Chepchirchir - avatar
0
div { opacity: 0.5 ; filter :alpha (opacity=50 ); }
23rd Apr 2021, 1:31 PM
IMTIAZ AHMAD
IMTIAZ AHMAD - avatar
0
Add a circular radial gradient to produce red and blue, with color-stops accordingly at 15 pixels and 25 pixels. background: radial - gradient (50px 50 px, red 15 px, blue 25px);
2nd Dec 2021, 2:31 PM
Md. Rakibul Islam
Md. Rakibul Islam - avatar
0
What is 50px 50px in first parameter? Can anyone justify that?
31st Aug 2022, 10:17 AM
Nadeem Raza
Nadeem Raza - avatar