Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design CSS Blurred Text Effect Reply To: CSS Blurred Text Effect

#245832
Paulie_D
Member

I like it for when you just want to blur the text.

Other than that we have a CSS filter that does much the same

h1 {
  filter:blur(2px);
  font-size: 50px;
}

http://codepen.io/Paulie-D/pen/WGpAQG