A Pen by Tristan Bailey on CodePen.
Created
January 28, 2015 12:46
-
-
Save tristanbailey/c08c181bc18a83112fea to your computer and use it in GitHub Desktop.
IE 8 please update
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<html> | |
<body> | |
<!--[if lt IE 8]> | |
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> | |
<![endif]--> | |
<p>N.B See the comments or use lt IE 8</p> | |
</body> | |
</html> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
body { | |
background: #666699; | |
} | |
.browsehappy { | |
width: 100%; | |
color: #333333; | |
padding: 1.5em 1em; | |
margin: 1.5em 1em; | |
background: #9999cc; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment