Fill in the blanks and make the blue box disappear from web page ? the Answer to CSS : position and none. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 10

Fill in the blanks and make the blue box disappear from web page ? the Answer to CSS : position and none.

1st Oct 2016, 2:40 AM
Jismi 31012016
Jismi 31012016 - avatar
14 Answers
+ 14
#red { position : absolute; top: 100px; left: 100px; z-index: 20; } #blue { position: relative; z-index: 50; display: none ; }
27th Jan 2017, 12:33 AM
Mirza Sisic
Mirza Sisic - avatar
+ 3
Fill in the blanks and make the blue box disappear from the webpage: #red { position: absolute; top: 100px; left: 100px; z-index: 20; } #blue { position: relative; z-index: 50; display: none; }
28th Nov 2017, 6:17 PM
YASSER EL AMRI
YASSER EL AMRI - avatar
+ 2
#red { position : absolute; top: 100px; left: 100px; z-index: 20; } #blue { position: relative; z-index: 50; display: none ; }
28th Sep 2020, 12:20 AM
HAMZA AOUNI
HAMZA AOUNI - avatar
+ 1
answer is position ,none
19th Dec 2017, 2:45 AM
sureshkumar
+ 1
Fill in the blanks and make the blue box disappear from the webpage: #red { position: absolute; top: 100px; left: 100px; z-index: 20; } #blue { position: relative; z-index: 50; display: none; }
16th Jan 2018, 1:31 PM
Hammich Ayoub
Hammich Ayoub - avatar
+ 1
Fill in the blanks and make the blue box disappear from the webpage: #red { clear position: absolute; top: 100px; left: 100px; z-index: 20; } #blue { position: relative; z-index: 50; display: none ; }
5th Jan 2023, 1:17 PM
Abhisheik R
Abhisheik R - avatar
0
#red { position: absolute; top: 100px; left: 100px; z-index: 20; }
7th Feb 2018, 10:46 PM
Fatim Zohra
Fatim Zohra - avatar
0
#red { position : absolute; top: 100px; left: 100px; z-index: 20; } #blue { position: relative; z-index: 50; display: none ; }
6th Apr 2018, 10:34 AM
Mahnoor Shahzad
Mahnoor Shahzad - avatar
0
set the display to none;
30th Jun 2019, 8:11 AM
John Philip
John Philip - avatar
0
Fill in the blanks and make the blue box disappear from the webpage: #red { position : absolute; top: 100px; left: 100px; z-index: 20; } #blue { position: relative; z-index: 50; display: none ; }
18th Dec 2020, 3:57 AM
Jeevanantham P
Jeevanantham P - avatar
0
#red { position : absolute; top: 100px; left: 100px; z-index: 20; } #blue { position: relative; z-index: 50; display: none ; }
31st Jul 2021, 6:31 PM
Mahmoud J Msangi
Mahmoud J Msangi - avatar
0
Fill in the blanks and make the blue box disappear from the webpage: #red { position: absolute; top: 100px; left: 100px; z-index: 20; } #blue { position: relative; z-index: 50; display: none; }
26th Nov 2021, 3:02 AM
Md. Rakibul Islam
Md. Rakibul Islam - avatar
0
#red { position: absolute; top: 100px; left: 100px; z-index: 20; } #blue { position: relative; z-index: 50; display: none; }
29th Nov 2022, 8:04 PM
Guy Martial KEYOU
- 1
display: none;
17th Aug 2017, 7:06 PM
Balkrushna Rathod
Balkrushna Rathod - avatar