body {
	background:orange;
}
#glip:after {
	content:" Tablet text after the main sentence.";
	font-family:Times;
	font-size:18pt;
	font-weight:bold;
	color:yellow;
}
#glip:before {
	font-family:Helvetica;
	font-size:36pt;
	content:" This is a Tablet or a Smartphone in Landscape Orientation. ";
	color:blue;
}