Search
 
SCRIPT & CODE EXAMPLE
 

CSS

add shadow to iframe

iframe {margin-top: 20px;margin-bottom: 30px;-moz-border-radius: 12px;-webkit-border-radius: 12px;border-radius: 12px;-moz-box-shadow: 4px 4px 14px #000;-webkit-box-shadow: 4px 4px 14px #000;box-shadow: 4px 4px 14px #000;-moz-transform:rotate(20deg);-webkit-transform:rotate(20deg);-o-transform:rotate(20deg);-ms-transform:rotate(20deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=.2);} 
Comment

PREVIOUS NEXT
Code Example
Css :: backgorund color transitition css 
Css :: css border gradient 
Css :: css custom bullet list 
Css :: css bottom 
Css :: glass css 
Css :: box style 
Css :: z index 
Css :: css focus change color 
Css :: media query for max width and height 
Css :: auto suggestion in jupyter notebook 
Css :: css remove white space below footer 
Css :: padding css 
Css :: rgb blue color code 
Css :: can we block onclick of button using css 
Css :: make previous commit master 
Css :: css remove whitespace around element 
Css :: why margin is not working on label css 
Css :: css margin top responsive 
Css :: css move element to the right 
Css :: wpforms submit button css 
Css :: css affect other elements on hover 
Css :: css select text inside div 
Css :: place two div elements next to each other 
Css :: include screen size 
Css :: double color background css 
Css :: css universal reset 
Css :: uigradients 
Css :: sass installation 
Css :: text sliding css 
Css :: make text available only to screen reader 
ADD CONTENT
Topic
Content
Source link
Name
5+4 =