-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss3-image-whitebdr.html
More file actions
23 lines (22 loc) · 958 Bytes
/
css3-image-whitebdr.html
File metadata and controls
23 lines (22 loc) · 958 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>Image with CSS3 border and 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-image-whitebdr.css" />
</head>
<body>
<div id="shadow-bdr">
<img alt="Coly River" title="Coly River" height="196" src="images/colrivblu.jpg" width=298 />
</div>
</body>
</html>