Search
 
SCRIPT & CODE EXAMPLE
 

CSS

PNG image border CSS

img {
  -webkit-filter: drop-shadow(1px 1px 0 black)
                  drop-shadow(-1px -1px 0 black);
  filter: drop-shadow(1px 1px 0 black) 
          drop-shadow(-1px -1px 0 black);
}

body {
  background-color: lightcoral;
}
<img src="http://i.imgur.com/GZoXRjS.png" width="250">
Comment

add border to photo

add

Comment

PREVIOUS NEXT
Code Example
Css :: css add circle to icon cart 
Css :: css if select has value 
Css :: css set text color 
Css :: in flex-wrap remove last item margin for every row 
Css :: hiding text outside of border css 
Css :: background color in hex css 
Css :: overflow in css 
Css :: css battle tesseract 
Css :: css select alternate elements 
Css :: htaccess file extension 
Css :: css browser prefixes 
Css :: remove background from image 
Css :: vertical align text inside div 
Css :: hide scroll bar when not needed 
Css :: css cursor forbidden 
Css :: css image gallery 
Css :: background origin css 
Css :: how to add style .css in wp 
Css :: css chamfered corner 
Css :: how to set media path and media root 
Css :: aspect ratio css media query 
Css :: background images in css 
Css :: button active css 
Css :: style input number css 
Css :: veritical align inline-block checkbox element 
Css :: How to replace broken image CSS? 
Css :: make table cell less wide css 
Css :: css icons library 
Css :: devextreme css 
Css :: on class hover another class color change 
ADD CONTENT
Topic
Content
Source link
Name
6+3 =