﻿<?xml version="1.0" encoding="utf-8"?>
<snippet name="Center a Website's Content " description="Easily customize the content area and margins on the left and right to center align a page's content" preview="code" type="block">
<insertText location="beforeSelection">
<![CDATA[#container {
    width: 800px;
    /* Change this value to customize the content area*/
    margin: 0 auto;
}]]>
</insertText>
<insertText location="afterSelection"><![CDATA[]]>
</insertText>
</snippet>
