Search
 
SCRIPT & CODE EXAMPLE
 

CSS

facebook box-shadow css

.shadowThing
{
    box-shadow: 2px 2px 3px 2px #333;
}
Comment

facebook box-shadow css

background: -moz-linear-gradient(top, rgba(43,43,43,0) 0%, rgba(43,43,43,0) 40%, rgba(43,43,43,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(43,43,43,0)), color-stop(40%,rgba(43,43,43,0)), color-stop(100%,rgba(43,43,43,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(43,43,43,0) 0%,rgba(43,43,43,0) 40%,rgba(43,43,43,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(43,43,43,0) 0%,rgba(43,43,43,0) 40%,rgba(43,43,43,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(43,43,43,0) 0%,rgba(43,43,43,0) 40%,rgba(43,43,43,1) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(43,43,43,0) 0%,rgba(43,43,43,0) 40%,rgba(43,43,43,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002b2b2b', endColorstr='#2b2b2b',GradientType=0 ); /* IE6-9 */
Comment

PREVIOUS NEXT
Code Example
Css :: how to fix overflow elementor 
Css :: Submit Button CSS Class 
Css :: ellipsis 
Css :: background css 
Css :: how to style ul circles black in css 
Css :: css materialize 
Css :: single product page woocommerce css 
Css :: transition behaviour in css 
Css :: z-index 
Css :: css change class name start with 
Css :: text slide animation css 
Css :: add .css to CKEDITOR 
Css :: opposite of visibility hidden in css 
Css :: css radial gradients 
Css :: media types in css 
Css :: calculator 
Css :: css two classes together 
Css :: css orientations 
Css :: truncate multiline text 
Css :: remove required effect in css 
Css :: how to divide flex space equally 
Css :: css ripple effect 
Css :: html transition 
Css :: how to disable site anchor 
Css :: ms-clear event 
Css :: css font-family 
Css :: highchart add font family 
Css :: css margin 
Css :: css hide textbox 
Css :: add title to slider 
ADD CONTENT
Topic
Content
Source link
Name
1+4 =