﻿<?xml version="1.0" encoding="utf-8"?>

<snippet name="Center a background image" description="Easily center a background image for your page using CSS" preview="code" type="block">

<insertText location="beforeSelection">

<![CDATA[html { 



   width:100%; 

   height:100%; 

   background:url("Enter you image URL") center center no-repeat;

}]]>

</insertText>

<insertText location="afterSelection"><![CDATA[]]>

</insertText>

</snippet>

