CSS-Tricks/index.htm

41 lines
1.0 KiB
HTML
Raw Normal View History

2017-04-09 16:16:22 +00:00
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>CSS Tricks</title>
<meta name="author" content="Kenneth John Odle">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!--[if lt IE 9]>
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="stylesheet" media="screen" href="css/styles.css?v=1.0">
<link rel="stylesheet" media="screen and (max-width: 600px)" href="css/mobile.css?v=1.0">
<!--
<link rel="stylesheet" media="print" href="css/print.css?v=1.0">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
-->
</head>
<body>
<div id="container">
<h1>CSS Tricks</h1>
<p>These are just tricks and techniques I've used in various places. I believe that most of them are CSS3 compliant.</p>
2017-06-06 00:01:36 +00:00
<ul>
<li><a href="spoiler.htm">Spoiler</a> &mdash; Hide text from visitors until they hover over it.</li>
</ul>
2017-04-09 16:16:22 +00:00
</div><!-- end "container" -->
</body>
</html>