1.1猪骑士作业提交 - 已锁定

猪骑士   ·   发表于 2018-08-30 20:44:52   ·   CTF&WP专版

<!DOCTYPE html>

<html>

    <head>

        <meta charset="UTF-8">

        <meta name="keywords" content="猪骑士">

        <meta name="description" content="猪骑士,猪骑士lcg,自我介绍">

        <title>猪骑士的自我介绍</title>

        <style>

        * {

            margin: 0;

            padding: 0;

            box-sizing: border-box;

        }

        h1 {

            margin-top: 50px;

            text-align: center;

        }

        table {

            margin: 30px auto;

            box-shadow: 4px 4px 10px #333;

        }

        th {

            width: 100px;

        }

        tr:hover th {

            color: #fff;

            background-color: rgba(0, 0, 0, .6);

        }

        td {

            width: 200px;

        }

        tr:hover td {

            background-color: rgba(0, 0, 0, .3);

        }

        th,td {

            padding: 5px 0;

            text-align: center;

            cursor: pointer;

        }

        a {

            text-decoration: none;

            color: pink;

        }

        a:hover {

            text-decoration: underline;

            color: #fff;

        }

        </style>

    </head>

    <body>

        <h1 >猪骑士的自我介绍</h1>

        <table border="1" cellspacing="0" cellpadding="0">

            <tbody>

                <tr>

                    <th>姓名</th>

                    <td>猪骑士</td>

                </tr>

                <tr>

                    <th>性别</th>

                    <td>男</td>

                </tr>

                <tr>

                    <th>年龄</th>

                    <td>18</td>

                </tr>

                <tr>

                    <th>我的主页</th>

                    <td>

                        <a href="http://bbs.zkaq.cn/?u/猪骑士.html" target="_blank">点我跳转</a>

                    </td>

                </tr>

            </tbody>

        </table>

    </body>

</html>


打赏我,让我更有动力~

1 条回复   |  直到 2018-8-31 | 1494 次浏览

Track-方丈
发表于 2018-8-31

通过,金币奖励已发放。

评论列表

  • 加载数据中...

编写评论内容
登录后才可发表内容
返回顶部 投诉反馈

© 2016 - 2024 掌控者 All Rights Reserved.