Last active
August 29, 2015 14:22
-
-
Save tigerhawkvok/21aa59afb5230a644232 to your computer and use it in GitHub Desktop.
This file contains 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
<!-- BROWSE HAPPY BEGINS HERE --> | |
<style> | |
.browsehappy { | |
display:block; | |
width:100%; | |
height:100px; | |
background-color:#f2dede; | |
margin: 0 0 10px; | |
font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; | |
font-size: 22px; | |
line-height: 1.4; | |
color: #333; | |
vertical-align:middle; | |
} | |
.browsehappy span{ | |
vertical-align:middle; | |
margin:20px 20px 20px 20px; | |
background:url("https://cdn.rawgit.com/alrra/browser-logos/master/internet-explorer/internet-explorer_64x64.png") no-repeat; | |
height:64px; | |
width:64px; | |
display:inline-block; | |
} | |
</style> | |
<p class="browsehappy"><span></span>You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> | |
<!--[if IE 6]> | |
<p class="browsehappy"><img />You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> | |
<![endif]--> | |
<!--[if IE 7]> | |
<p class="browsehappy"><img src="https://cdn.rawgit.com/alrra/browser-logos/master/internet-explorer/internet-explorer_64x64.png" />You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> | |
<![endif]--> | |
<!--[if IE 8]> | |
<p class="browsehappy"><img src="https://cdn.rawgit.com/alrra/browser-logos/master/internet-explorer/internet-explorer_64x64.png" />You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> | |
<![endif]--> | |
<!--[if IE 9]> | |
<p class="browsehappy"><img src="https://cdn.rawgit.com/alrra/browser-logos/master/internet-explorer/internet-explorer_64x64.png" />You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p> | |
<![endif]--> | |
<!-- BROWSE HAPPY ENDS HERE --> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment