tachyons-skylark/full-bleed.html
2014-09-12 19:51:09 -07:00

33 lines
1.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=Edge">
<title>
TACHYONS - Form follows function
</title>
<meta name="author" content="@mrmrs">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700" rel="stylesheet">
<link rel="stylesheet" href="css/i.css">
</head>
<body class="bg-red">
<section class="dt hi-100 bg-yellow wi-100">
<div class="dtc v-mid tc">
<p class="f5 f1-ns ttu">Full bleed background<br>&amp;<br>Centered text</p>
</div>
</section>
<section class="dt hi-100 bg-orange wi-100">
<div class="dtc v-mid tc">
<p class="f4 f1-ns"><b class="f1 db">Panel #2.</b> Try resizing the browser and scrolling again.</p>
</div>
</section>
<section class="dt hi-100 bg-aqua navy wi-100">
<div class="dtc v-mid tc">
<p class="f4 f1-ns"><b class="f1 db">Panel #3.</b> This one has an image.</p>
<img src="http://placekitten.com/g/960/320">
</div>
</section>
</body>
</html>