
#text{
	font-size: 1.4em; /* optional. just to increase the font size. */
	display: block;
	line-height: 1em;
	color: #000; /* shadow color */
	background-color: transparent;
	white-space: nowrap; /* wrapping breaks the effect */
}

#text:before,
#text:after{
text-align: right;
	content: "Welcome to justDynamic Bespoke Website Design"; /* generated text */
	display: block;
}

#text:before{
	margin-bottom: -1.05em;
	margin-left: 0.1ex;
	color: #000; /* shadow color */
	background-color: transparent;
}

#text:after{
	margin-top: -1.05em;
	margin-left: -0.1ex;
	color: #fff; /* text color */
	background-color: transparent;
}
