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

<snippet name="Outer Box Shadow" description="Outer Box Shadow" preview="code" type="block">

<insertText location="beforeSelection">

<![CDATA[/* Add the following properties to the selector to which the effect has to be applied */

/* Chrome, Safari */

-webkit-box-shadow: 5px 5px 15px #1abc9c;

/* Firefox */

-moz-box-shadow: 5px 5px 15px #1abc9c;

/* Standard syntax */

box-shadow: 5px 5px 15px #1abc9c;]]>

</insertText>

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

</insertText>

</snippet>

