-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
25 lines (22 loc) · 1.11 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!-- Demo of CSS Flashes: Created by Phil LaPier -->
<!DOCTYPE HTML>
<html>
<head>
<title>Sexy CSS3 Flashes</title>
<link href="demo/css/style.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body id="dark">
<div id="wrap">
<div id="buttons">
<ul>
<li><a href="demo/dark-chrome.html"><button id="success" class="button">Dark Chrome</button></a></li>
<li><a href="demo/light-chrome.html"><button id="failure" class="button">Light Chrome</button></a></li>
</ul>
</div>
<h1>Sexy CSS3 Flashes</h1>
<p>Dark Chrome looks best on light colored backgrounds.<br/> Light Chrome looks best on dark colored backgrounds.</p>
<p><a href="http://github.com/plapier/sexy-css3-flashes">Fork me on GitHub</a></p>
</div>
<a href="http://github.com/plapier/sexy-css3-flashes"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://d3nwyuy0nl342s.cloudfront.net/img/71eeaab9d563c2b3c590319b398dd35683265e85/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f677261795f3664366436642e706e67" alt="Fork me on GitHub"></a>
</body>
</html>