-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss3-text-shadow.html
More file actions
22 lines (22 loc) · 898 Bytes
/
css3-text-shadow.html
File metadata and controls
22 lines (22 loc) · 898 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang=en>
<head>
<title>This gives text with a CSS3 drop shadow</title>
<meta charset="utf-8">
<!-- <meta details go here> -->
<meta name="google-adsense-account" content="ca-pub-9639638377144073">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="x-UA Compatible" content="ie=edge">
<meta name="author" content="Orris A BakerJr">
<meta name="description" content="HTML, Jquery, Javascript, Multimedia document">
<meta name="theme-color" content="#712cf9">
<meta name="keywords" content="HTML5, Node.js, Jquery">
<meta name="author" content="Ian Andolina">
<link rel="stylesheet" type="text/css" href="css3-text-shadow.css">
</head>
<body>
<div id="banner">
<h1>This is a CSS3 drop shadow on text</h1>
</div>
</body>
</html>