Fork me on Github

Below you will find the styling used by code.gov for sections or blocks

Indentation

You can indent a div by simply adding class=”indented”.

I'm not indented

Hey, I'm an indented block

I'm indented, too!

<div><p>I'm <b>not</b> indented</p></div>
<div class="indented"><p>Hey, I'm an <b>indented</b> block</p></div>
<div class="indented"><p>I'm <b>indented</b>, too!</p></div>

Markdown

If the file is generated from Markdown, you’ll want to apply some markdown specific styling, by using the markdown class.

We collect limited information about visits to Code.gov. This information is used to measure the number of visitors to the various sections of our website and to identify performance or problem areas. We also use this information to help us develop the site, analyze patterns of usage, and to make the site more useful. We do not share or sell visitor data for the purposes of advertising, marketing, or any other commercial purpose. This information is not used for associating search terms or patterns of site navigation with individual users. The information that is automatically collected and stored concerning your visit includes:

  • The domain from which you access the Internet (i.e., HHS.gov if you are connecting from a HHS account, or GMU.edu if you are connecting from George Mason University’s domain);
  • The date and time of your visit;
  • Your location, as approximated by GPS, and other sensors;
  • The type of device you used to access Code.gov (i.e., mobile or desktop);
  • The operating system of the device you used to access Code.gov;
  • The pages you visit on Code.gov;
  • The Internet address of the website you came from if it linked you directly to Code.gov; and
  • Any search terms that you may enter when searching Code.gov.
<div class="markdown indented">
  <p>We collect limited information about visits to Code.gov. This information is used to measure the number of visitors to the various sections of our website and to identify performance or problem areas. We also use this information to help us develop the site, analyze patterns of usage, and to make the site more useful. We do not share or sell visitor data for the purposes of advertising, marketing, or any other commercial purpose. This information is not used for associating search terms or patterns of site navigation with individual users. The information that is automatically collected and stored concerning your visit includes:</p>
  <ul>
    <li>The domain from which you access the Internet (i.e., HHS.gov if you are connecting from a HHS account, or GMU.edu if you are connecting from George Mason University’s domain);</li>
    <li>The date and time of your visit;</li>
    <li>Your location, as approximated by GPS, and other sensors;</li>
    <li>The type of device you used to access Code.gov (i.e., mobile or desktop);</li>
    <li>The operating system of the device you used to access Code.gov;</li>
    <li>The pages you visit on Code.gov;</li>
    <li>The Internet address of the website you came from if it linked you directly to Code.gov; and</li>
    <li>Any search terms that you may enter when searching Code.gov.</li>
  </ul>
</div>