NextIndexPrevious

CSS3 Examples

3. CSS3 text-shadow example.

<!DOCTYPE html>
<html>
<head>
<title>Untitled Document</title>
<style>
#box{
	text-align:center;
	text-shadow:5px 5px 3px #999999;
	font-size:36px;
	font-family:"Times New Roman", Times, serif;
}
</style>
</head>

<body>
<div id="box">
	Welcome to CSS3
</div>
</body>
</html>
Output :

Welcome to CSS3




Developed by


World Wide Web Consortium

World Wide Web Consortium