Text-shadow Effects of CSS text effects

Source: Internet
Author: User

Today summed up the text effect Text-shadow, if used well it can make a variety of different effects, is I made several effects.

What, it looks good, the following code.

  1. /* CSS */
  2. P{
  3. Width:300px;
  4. Margin:0 auto;
  5. Background:#e9e9e9;
  6. Padding:30px 0;
  7. Font-size:30px;
  8. Font-family:Arial, Helvetica, sans-serif;
  9. Font-weight:bold;
  10. Text-align:center;
  11. }
  12. . A1{
  13. Color:#fff;
  14. Text-shadow:0 0 5px #99FFFF,
  15. 0 0 15px #99FFFF,
  16. 0 0 25px #99FFFF;
  17. }
  18. . A2{
  19. Text-shadow:0 0 5px #30C;
  20. Color:transparent;
  21. }
  22. . A3{
  23. Text-shadow:-1px -1px 0 #fff, 1px 1px 0 #000;
  24. }
  25. . A4{
  26. Color:#fff;
  27. Text-shadow:1px 0px 0 #60F,
  28. 0px 1px 0 #60F,
  29. -1px 0px 0 #60F,
  30. 0px -1px 0 #60F;
  31. }
  32. . a5{
  33. Color:#fff;
  34. Text-shadow:0px 1px 0 #000,
  35. 0px 2px 0 #333,
  36. 0px 3px 0 #060606,
  37. 0px 4px 0 #020202,
  38. 0px 5px 0 #252525,
  39. 0px 6px 1px rgba(0,0,0,0.5),
  40.                 0px 5px 4px rgba (0,0 ,0,0.7
  41. 0px 2px 6px rgba(0,0,0,0.6);
  42. }
  43. <!--html --
  44. <div class="main">
  45. <p class="A1"> Glow </P>
  46. <p class="A2"> Blur </P>
  47. <p class="A3"> Emboss </P>
  48. <p class="A4"> Stroke </P>
  49. <p class="A5"> Stereoscopic </P>
  50. </div>

Article Source: http://www.linzenews.com/program/web/2770.html

Text-shadow Effects of CSS text effects

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.