图像签名

图像签名

 1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
 2 <html xmlns="http://www.w3.org/1999/xhtml">
 3 <head>
 4 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 5 <title>无标题文档</title>
 6 
 7 <style type="text/css">
 8 
 9 #text{
10         font-family:"华文隶书";
11         font-size:24px;
12         
13         position:absolute;
14         top:80px;
15         left:10px;
16 }
17 
18 
19 #imgtext{
20         border:#F60 dotted 1px;
21         width:500px;
22         position:absolute;
23         top:100px;
24 }
25 </style>
26 
27 </head>
28 
29 <body>
30 
31 <div id="imgtext">
32 <div id="img">
33 <img src="1.jpg" height="300" width="500" />
34 </div>
35 <div id="text">
36 花丛中的美女,我的!
37 </div>
38 </div>
39 </body>
40 </html>
原文地址:https://www.cnblogs.com/Renyi-Fan/p/7783759.html