<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Example: Global (Page-Level) Example</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic">
<link rel="stylesheet" href="../../build/cssgrids/cssgrids-min.css">
<link rel="stylesheet" href="../assets/css/main.css">
<link rel="stylesheet" href="../assets/vendor/prettify/prettify-min.css">
<link rel="shortcut icon" type="image/png" href="../assets/favicon.png">
<script src="../../build/yui/yui-min.js"></script>
</head>
<body>
<!--
<a href="https://github.com/yui/yui3"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
-->
<div id="doc">
<div id="hd">
<h1><img src="http://yuilibrary.com/img/yui-logo.png"></h1>
</div>
<h1>Example: Global (Page-Level) Example</h1>
<div class="yui3-g">
<div class="yui3-u-3-4">
<div id="main">
<div class="content"><div class="intro">
<p>CSS Base applies a consistent style foundation for common HTML elements. This example shows what that looks like when applied on top of CSS Reset and CSS Fonts.</p>
</div>
<div class="example newwindow">
<a href="cssbase-basic-example.html" target="_blank" class="button">
View Example in New Window
</a>
</div>
<h3>Note:</h3>
<p>Because CSS examples are susceptible to other CSS on the page, this example is only available in a new window at the above link.</p>
</div>
</div>
</div>
<div class="yui3-u-1-4">
<div class="sidebar">
<div class="sidebox">
<div class="hd">
<h2 class="no-toc">Examples</h2>
</div>
<div class="bd">
<ul class="examples">
<li data-description="When CSS Base is included in a page it provides consistent and basic cross-browser styling for HTML elements.">
<a href="cssbase-basic.html">Global (Page-Level) Example</a>
</li>
<li data-description="CSS Base applied to a portion of a page based on the location of a class value.">
<a href="cssbase-context.html">Contextual Example</a>
</li>
</ul>
</div>
</div>
<div class="sidebox">
<div class="hd">
<h2 class="no-toc">Examples That Use This Component</h2>
</div>
<div class="bd">
<ul class="examples">
<li data-description="When CSS Reset is included in a page, it removes the browser-provided styling for HTML elements.">
<a href="../cssreset/cssreset-basic.html">Global (Page-Level) Example</a>
</li>
<li data-description="CSS Reset applied to a portion of a page based on the location of a class value.">
<a href="../cssreset/cssreset-context.html">Contextual Example</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
<script src="../assets/vendor/prettify/prettify-min.js"></script>
<script>prettyPrint();</script>
<script>
YUI.Env.Tests = {
examples: [],
project: '../assets',
assets: '../assets/cssbase',
name: 'cssbase-basic',
title: 'Global (Page-Level) Example',
newWindow: 'true',
auto: false
};
YUI.Env.Tests.examples.push('cssbase-basic');
YUI.Env.Tests.examples.push('cssbase-context');
YUI.Env.Tests.examples.push('cssreset-basic');
YUI.Env.Tests.examples.push('cssreset-context');
</script>
<script src="../assets/yui/test-runner.js"></script>
</body>
</html>