Snippets tagged “text-shadow”
5 snippets use this tag.
- How to Apply CSS Styles to Only the Half of a Word or Character?CSS
Learn how to make a word or character have half style or triple style. Use only CSS to get the effect, or do it with the help of JavaScript and jQuery.
- How to Change Default Text Selection Color Using CSSCSS
Use the CSS ::selection selector to change the default highlight color while selecting texts. Use only CSS and do cool tricks to have a better user experience. All with examples.
- How to Create a Blurry Text in CSSCSS
One of the best effects to stylize your text, is making it appear blurred. In this snippet, we are going to show you two methods of creating a blurry text. So here we go.
- How To Create a Glowing TextCSS
Catch your user’s attention with beautiful glowing text created with only CSS. See examples and get the code snippet to create your own glowing text.
- Shadow Effects in CSSCSS
Use text-shadow and box-shadow CSS properties for shadow effects in CSS. See how to have amazing effects for texts, borders and boxes.