Layout Image
  • Home
  • Blog
  • Portfolio
  • Consulting
  • Affiliate Links
  • About Me
  •         Subscribe
  •         Twitter
  •         Skype
  •         RSS
  •         Email

Easy April Fools CSS Code for Your Web Site

AprilFools
By Nathan Ingram

March 31, 2012

Categories:
  • Tutorials

Tags: CSS, Funny, WordPress

  • Subscribe by Email

In honor of April Fool’s Day, here’s some fun CSS code to add to your web site. Just add it to the bottom of your main CSS file.

This non-destructive code simply inverts all the images on your web site. To turn it off, just delete the code and save your CSS.

/* April Fools - Flip Images */
img {
        -moz-transform: scaleY(-1);
        -o-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        transform: scaleY(-1);
        filter: FlipV;
        -ms-filter: "FlipV";
}

Related Posts:

  • Supercharge WordPress with LoopBuddy + Custom Post TypesSupercharge WordPress with LoopBuddy + Custom Post Types
  • The Anatomy of a Perfect Web SiteThe Anatomy of a Perfect Web Site
  • How to Add Easy Social Icons in the WordPress Navigation MenuHow to Add Easy Social Icons in the WordPress Navigation Menu
  • How to Connect Securely on Public WifiHow to Connect Securely on Public Wifi

Enjoy the article? Was it helpful? Show a little love.

Throw in a buck or two by PayPal.

  • This field is for validation purposes and should be left unchanged.

Back to Top

Categories Tutorials
Comments (0)
Click on a tab to select how you'd like to leave your comment
  • NathanIngram(dot)com
  • Twitter
  • Facebook
  • Google
Login
Login
Login

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

NathanIngram(dot)com
Copyright © 2013 All Rights Reserved
Created with the Awesomeness that is iThemes Builder
Proudly powered by WordPress

The information provided on this web site is for educational purposes only.
It is provided without any warranty whatsoever.