Search
 
SCRIPT & CODE EXAMPLE
 

CSS

text below filter css using pseudo

.blur {
  height: 222px;
  position:relative;
  font-size:40px;
  text-align:center;
}

.blur:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  filter: blur(5px);
  z-index:0;
}
.blur span {
  position:relative;
  z-index:1;
}
Comment

PREVIOUS NEXT
Code Example
Css :: inclure html ds html avec <object -- et style css 
Css :: wrapped header aura datatable 
Css :: google font family poppins 
Css :: alinhar componentes css 
Css :: SPECIFIC CHILD ELEMENTS 
Css :: css design guideline 
Css :: storing and receiving FB 
Css :: How to disable phone number linking in Mobile Safari 
Css :: How to do addition or subtraction on CSS Variables? 
Css :: grid-templete-rows: masonary 
Css :: sass dummy folder site download 
Css :: Any gallery-related CSS should have additional selectors added to target images in the following structure in both the editor and front end 
Css :: if navbar items not shown on responsive page 
Css :: margin 0 auto in tailwind 
Css :: tailwind css 
Css :: 303,592 HDK to pounds 
Css :: calculadora 
Typescript :: typescript code ignore 
Typescript :: git count commits by author 
Typescript :: how to check open ports mac 
Typescript :: how to check when a number varibal = nan in ts 
Typescript :: use ref in react typescript 
Typescript :: check typescript version 
Typescript :: sort list of objects python 
Typescript :: serenity.-is add column picker button 
Typescript :: how to make s3 bucet objects publicj 
Typescript :: typescript event keyCode 
Typescript :: how to print list letters without commas in python 
Typescript :: div contenteditable maxlength reactjs 
Typescript :: recharts pie chart different colors 
ADD CONTENT
Topic
Content
Source link
Name
3+9 =