Search
 
SCRIPT & CODE EXAMPLE
 

CSS

cool box shadow effects css

box-shadow: 2px 2px 2px gray, -2px -2px 5px white;
// dreamy smooth

box-shadow: 1px 1px 0px rgba(0, 0, 0, 0.034), -2px -2px 5px white,
		inset 2px 2px 3px gray, inset -3px -5px 5px white;
// pressed dreamy smooth

box-shadow: rgb(204, 219, 232) 3px 3px 6px 0px inset,
		rgba(255, 255, 255, 0.5) -3px -3px 6px 1px inset;
Comment

PREVIOUS NEXT
Code Example
Css :: vertical align text in div bottom 
Css :: Add elipses to a dom element with css 
Css :: how to make all the columns equal size with flexbox 
Css :: how to add a photo using css beside a paragraph in html 
Css :: how to create space inbetween text css 
Css :: css_background_img 
Css :: css add shade over background image 
Css :: box shadow css 
Css :: bootstrap create full screen background image 
Css :: css transform size 
Css :: kill docker by image name 
Css :: how to make rounded corners in css with images 
Css :: input text size css 
Css :: box model properties 
Css :: background color transparent opacity css 
Css :: rotate favicon css 
Css :: material icons after css 
Css :: insert background colour to css file 
Css :: css resize image 
Css :: resize in css 
Css :: how to hide an element in css 
Css :: border style css 
Css :: tailwind css responsive table 
Css :: hide featured image in wordpress 
Css :: how to make the header stay on the top of the page in html 
Css :: css grid span all columns 
Css :: website css not loading 
Css :: rounded left border tailwind css 
Css :: change last character color css 
Css :: the package could not be installed. the theme is missing the style.css stylesheet 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =