码迷,mamicode.com
首页 > 其他好文 > 详细

图像签名

时间:2017-11-04 18:02:51      阅读:79      评论:0      收藏:0      [点我收藏+]

标签:font   center   1.0   bsp   png   标题   idt   utf-8   back   

图像签名

技术分享

技术分享

 

 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>

 

图像签名

标签:font   center   1.0   bsp   png   标题   idt   utf-8   back   

原文地址:http://www.cnblogs.com/Renyi-Fan/p/7783759.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!