Yogesh Chauhan's Blog

How to create a blurry text effect using CSS?

in CSS on July 26, 2021

Similar Post

How to create Glowing Texts using CSS?

How to create Flickering Texts using CSS?

We can use CSS text-shadow property to create all different kinds of text effects.

The syntax is:


text-shadow: x-offset-shadow y-offset-shadow blur-radius color;

You can have multiple shadows. In that case the shadows are applied front-to-back.

Basic Example

Change the blur-radius in text-shadow values and create different types of blurry texts.


Most Read

#1 Solution to the error “Visual Studio Code can’t be opened because Apple cannot check it for malicious software” #2 How to add Read More Read Less Button using JavaScript? #3 How to check if radio button is checked or not using JavaScript? #4 Solution to “TypeError: ‘x’ is not iterable” in Angular 9 #5 PHP Login System using PDO Part 1: Create User Registration Page #6 How to uninstall Cocoapods from the Mac OS?

Recently Posted

#Apr 8 JSON.stringify() in JavaScript #Apr 7 Middleware in NextJS #Jan 17 4 advanced ways to search Colleague #Jan 16 Colleague UI Basics: The Search Area #Jan 16 Colleague UI Basics: The Context Area #Jan 16 Colleague UI Basics: Accessing the user interface
You might also like these
Explanation of PostgreSQL PgAdmin interfacePostgresHow to refresh a page using PHP at regularly occurring intervals?PHPHow to create a secure random number using JavaScript?JavaScriptCreate a responsive image gallery using CSS gridCSSKilling A Project Part 4: What Would Be Your Top 3 Priorities For Planning The Cancellation?MiscellaneousWordPress: How to print ACF array field values?WordPressHow to Skip or Exclude a Specific URL or File From .htaccess Rewrite Rule?PHPColumn and Table Alias in PostgresPostgresHow to Make CSS Lists Bullets Smaller?CSSHow to use images instead of HTML radio buttons using CSS?CSSHow to remove WordPress TinyMCE Editor buttons?WordPressHow to use @if and @else in SCSS?SCSS