Erik Landvall

Bloggen

  • Apache
  • CouchDB
  • CSS
  • Design pattern
  • Git
  • Javascript
  • Joomla
  • jQuery
  • Linux
  • Magento
  • Mobile
  • Netbeans
  • PHP
  • SEO
  • SQL
  • Web
  • WordPress
  • Zend Framework 2
  • Electronic cigarettes

Category / CSS

11 April, 201230 April, 2012 by Erik Landvall

Text with shadow

  • CSS

With some help of CSS 3, we can shadow text on the website.
As usual, IE is not very generous.

h1
{
    text-shadow:
        1px    /* y-axis */
        1px    /* x-axis */
        1px    /* blur   */
        #999;  /* color  */
}

The values for blur and color is not necessary to specify.
Continue reading →

Proudly powered by WordPress | Theme: editor by Array
  • English
  • Svenska (Swedish)