Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css box shadow transform rotate

.item {
  margin-left: 50%;
  position: relative;
  width: 100px;
  height: 100px;
  background-color: red;
}
.item:before {
  z-index: -1;
  position: absolute;
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  top: -30px;
  left: 0;
  background-color: transparent;
  box-shadow: -50px 120px 4px 10px #555;
  -webkit-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
  -o-transform: rotate(20deg);
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
}
Comment

PREVIOUS NEXT
Code Example
Css :: variable in scss 
Css :: make css variable negative 
Css :: bootstrap-scss github 
Css :: pagination html css how to working 
Css :: jquery woocommerce disable add to cart css 
Css :: textarea { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; width: 100%; } 
Css :: css cheat sheet 
Css :: css color codes 
Css :: background image causes webpage scrolling slow 
Css :: dot in image css 
Css :: padding 3 values 
Css :: insert on positions CSS 
Css :: css play button on image 
Css :: how to allign li in row 
Css :: Inline style 
Css :: css apply style to direct children 
Css :: css @apply 
Css :: radius to imported icons 
Css :: webpack compile sass to css file 
Css :: background remover 
Css :: min width css 
Css :: css glass 
Css :: my customized css export chrome dev 
Css :: background-clip 
Css :: vendor Prefixing 
Css :: add tailwind to next 
Css :: css grid cheat sheet 
Css :: align an entire second row center css grid 
Css :: is there a min-left css attribute 
Css :: dynamic circle progress bar css 
ADD CONTENT
Topic
Content
Source link
Name
4+5 =