亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

方塊和盒子的單純樣式

Original 2019-02-16 19:40:39 163
abstract:<html lang="en"><head>    <meta charset="UTF-8">    <meta name="viewport" content="width=device-width, initial-sca

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <meta http-equiv="X-UA-Compatible" content="ie=edge">

    <title>方塊和盒子的單純樣式</title>

</head>

<style>

    .top{

    width:200px;

height:300px;

background: red;

color:#fff;

margin:20px auto 0;

font-size:50px;

line-height:300px;

text-align:center;

}

</style>

<body>

    <div class="top">hello word!</div>

</body>

</html>


Correcting teacher:西門大官人Correction time:2019-02-17 09:04:07
Teacher's summary:作業(yè)寫的很好,最好能附上程序運(yùn)行的截圖。

Release Notes

Popular Entries