Search
 
SCRIPT & CODE EXAMPLE
 

CSS

add border to png outline 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

PREVIOUS NEXT
Code Example
Css :: color gradient for text 
Css :: move element on new line css 
Css :: text color css 
Css :: border css dashed 
Css :: .col-12 bootstrap 
Css :: fixed position css 
Css :: flex: 0 1 auto 
Css :: logo discord css 
Css :: adding a perfect responsive background image 
Css :: alignment 
Css :: mixin parameters 
Css :: styling input field tailwind css 
Css :: scss mixin 
Css :: color code for maroon 
Css :: nativescript hr 
Css :: checkbox checked color change css 
Css :: working with tailwind css on your react build 
Css :: col-md-6 bootstrap 
Css :: how to disable keyboard in windows 10 
Css :: css transparent background behind text 
Css :: JavaScript find common characters between the strings 
Css :: changong text color css 
Css :: css width percentage 
Css :: font awesome icons showing squares before after 
Css :: webkit appreance none select 
Css :: css ovel 
Css :: css resize tabe cell 
Css :: html incliude all css from folder 
Css :: css preloader, preload website screen 
Css :: object-fit: cover; 
ADD CONTENT
Topic
Content
Source link
Name
4+9 =