body {
	background:cyan;
}

#glip:after {
	content:" Smartphone text after the main sentence.";
	font-family:Arial;
	font-size:18pt;
	font-weight:bold;
	color:red;
}
#glip:before {
	font-family:Times;
	font-size:36pt;
	content:" This is Smartphone text before the main sentence. ";
	color:orange;
}