Search
 
SCRIPT & CODE EXAMPLE
 

CSS

css blur border

div{
  width:150px;
  height:150px;
  background-color:black;
  border-radius:15px;
  border-style:solid;
  border-width:1px;
  border-color:red;
  box-shadow: 0px 0px 15px rgba(255,0,0);
}
Comment

css blur image without blur borders

filter: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a' x='0' y='0' width='1' height='1'%3E%3CfeGaussianBlur stdDeviation='4' result='b'/%3E%3CfeMorphology operator='dilate' radius='4'/%3E %3CfeMerge%3E%3CfeMergeNode/%3E%3CfeMergeNode in='b'/%3E%3C/feMerge%3E%3C/filter%3E%3C/svg%3E#a");
Comment

PREVIOUS NEXT
Code Example
Css :: hover show scrollbar css 
Css :: style direction 
Css :: css center alignment 
Css :: for in sass 
Css :: font gap css 
Css :: javascript canvas pixel art 
Css :: css glass effect 
Css :: how to set div background image 
Css :: css border different sides 
Css :: center text in css 
Css :: flex margin between items 
Css :: css window height 
Css :: paragraph next to image html 
Css :: text gradient effect 
Css :: most common media query sizes 
Css :: word break css 
Css :: scss percentage 
Css :: responsive text css 
Css :: box model css 
Css :: css variable 
Css :: input uppercase with css 
Css :: background overlay image 
Css :: font roboto css 
Css :: center div css flex 
Css :: css nth child 
Css :: background shrinks when responsive 
Css :: outline bottom css 
Css :: jquery replace css class 
Css :: change svg color on hover, css 
Css :: media query for max width and height 
ADD CONTENT
Topic
Content
Source link
Name
9+4 =