|
发表于 2022-7-25 23:20:18
|
显示全部楼层
- <!DOCTYPE html>
- <html lang="ch-Hans">
- <head>
- <meta charset="UTF-8">
- <title>Happy Birthy,Shun!</title>
- <style>
- *{
- padding: 0;
- margin:0;
- }
- .photo{
- width:200px;
- height: 50px;
- background-color: #808080;
- font-size: 25px;
- color: #fff;
- font-weight: 700;
- text-align: center;
- line-height: 50px;
- }
- .pre-words{
- font:italic 700 16px/1em 宋体;
- }
- body{
- width:1920px;
- height:1080px;
- background-image:url('birthday/couple.jpg');
- background-position: center;
- }
-
- </style>
- </head>
- <body>
- <p class="photo">照片合集</p>
- </body>
- </html>
复制代码 |
|