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

<snippet name="Add Multiple Backgrounds in CSS" description="Add and manage multiple background images in CSS" preview="code" type="block">

<insertText location="beforeSelection">

<![CDATA[    

/* Add this as properties to a selector */



    background: url(image url), url(image url);

    background-size: 50% 100%;

    background-repeat: no-repeat;]]>

</insertText>

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

</insertText>

</snippet>

