SOURCE

console 命令行工具 X clear

                    
>
console
<!DOCTYPE html>
<html>
<head>
    <style>
        .p1{     
            letter-spacing:8px; /*字间距*/      
            font-size:24px;/*字体大小*/
            font-style:YouYuan;/*字体*/
            font-weight:bold;/*字体粗细*/
            color: black;/*字体颜色*/
            text-align: center;/*居中*/
            line-height: 50px;/*行高*/
        }
        .p2{
            word-spacing:5px;
            font-size:16px;
            font-style:italic;/*斜体*/
            text-align: center;
            color: gray;
        }
        .gbc{
            background-color: #7FFFD4;
            /*antiquewhite浅黄色,aqua天蓝色*/

        }
    </style>
   
</head>
<body>
    <div class="gbc">
    <p class="p1">
    你能看到多远过去<br>
    就能看到多远未来<br>
    </p>
    <p class="p2">
    how far you can see into the past,
    <br>
    you can see into the future.
    </div>
    

<size>
    fo
</size>