crackyourinterview.com


To improves our performance please Like Share Subscribe(Will boost us)

CSS Box Shadow or Shadow around Border of Table or Shadow around Box?
Question Posted on 06 Dec 2023Home >> Style Sheet >> CSS >> CSS Box Shadow or Shadow around Border of Table or Shadow around Box?

CSS Box Shadow or Shadow around Border of Table or Shadow around Box?
Below are the different CSS box-shadow property which is mainly used to apply one or more shadows to an element.
(1)A horizontal and a vertical shadow
div { box-shadow: 10px 10px; }
(2)Color for the Shadow
div { box-shadow: 10px 10px lightblue; }
(3)Blur Effect to the Shadow
div { box-shadow: 10px 10px 5px lightblue; }
(4)Spread Radius of the Shadow
div { box-shadow: 10px 10px 5px 12px lightblue; }
(5)Set the inset Parameter
div { box-shadow: 10px 10px 5px lightblue inset; }
(6)Add Multiple Shadows
div { box-shadow: 5px 5px blue, 10px 10px red, 15px 15px green; }
0
0



.


Most Visited Questions:-

Deep Learning Questions Answers
Below are the different Deep Leaning Questions and answer a More...

Continuous Integration Questions Answers
Below are the 20 odd questions for CI or Continuous Integra More...

Derived relationships in Association Rule Mining are represented in the form of __________.
Derived relationships in Association Rule Mining are repres More...

What is Gulpjs and some multiple choice questions on Gulp
Gulpjs is an open source whihc helps in building Javascript More...

Microservices Architecture Questions Answers
Below are the different questions on Microservices Architec More...




Other Important Questions

Which of the following property of a anchor element signifies unvisited hyperlinks?

Among the following types of style rules, ____ has the highest priority.

How to set colour of link with CSS

In CSS, you can override precedence rules by adding the ____ property to a style declaration.

The style rule li, em {color: blue} indicates the content of ____ will appear in blue color.






@2014-2022 Crackyourinterview (All rights reserved)
Privacy Policy - Disclaimer - Sitemap