SOURCE

console 命令行工具 X clear

                    
>
console
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>生日贺卡</title>
    <style type="text/css">
           div
           {position:relative;}
           h1
           {font-weight:30px;
           color:rgb(223,124,218);
           font-style: italic;
           font-family:"宋体";
           position:absolute;top:20px;left:70px;}
           p
           {color:rgb(112, 112, 57);
           font-family:"宋体";
           font-style: italic;
           position:absolute;top:90px;left:90px;}
    </style>
</head>
<body>
    <diy>
        <img src="背景图片.png" alt=""/>
        <h1>生日快乐</h1>
        <p>祝你生日快乐</p>
    </diy>   
    
</body>
</html>