-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdianzhao1.html
executable file
·37 lines (35 loc) · 1.17 KB
/
dianzhao1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<html>
<head>
<style type="text/css">
body {
padding: 0;
margin: 0;
background: rgb(234,232,192);
}
.text{
position: absolute;
height: 150px;
width: 600px;
font-family: '华文行楷';
color: rgb(182, 91, 2);
font-size: 60px;
line-height: 100px;
padding: 0 150px;
text-shadow: yellow 0 0 30px;
}
.little-text {
font-size: 30px;
left: 500px;
top: 20px;
}
</style>
</head>
<body>
<div style="background:url(c.png) repeat no-repeat;height:150px;padding:0 100px;">
<div class="text">再遇时光</div>
<!--div style="background:url(top.png) no-repeat;height:150px;margin-left:700px;"></div-->
<!--img src=top1.png width=960 height=150 /-->
<div class="text little-text">欢迎来到Maggie & Neil的小店</div>
</div>
</body>
</html>