0
点赞
收藏
分享

微信扫一扫

第三次作业

天际孤狼 2022-03-11 阅读 34
html

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title></title>
        <link rel="stylesheet" type="text/css" href="css/测试.css"/>

-------------------------------------------------------------------------

css里面的            #cai{
                background: blanchedalmond;
                color: #9932CC;
            } 
            .zhang{
                background-color: indigo;
            }    
            #cin{
                 background-color: aqua;
                 margin: 0px;
            }
            #lala{
                background-color: floralwhite;
            }
            .abc{
                background-color: darkturquoise;
                font-size: 100px;
            }

------------------------------------------------------------------------

    </head>
    <body>
        <a id="laiba"
        <div id="shuaige"  align="center" style="font-size: 50px;">我的男神</div>
        <div class="zhang"align="center"style="font-size: 50px;"> 张家辉 </div>
        <div class="zhang"align="center"style="font-size: 50px;"> 彭于晏 </div>
        <span id="cin"  style="font-size: 50px;">胡歌</span>
        <div id="cai" align="center" style="font-size: 50px;" >吴彦祖</div>
        <br /><br /><br /><br /><br /><br /><br />
        <hr />
        <br /><br /><br /><br /><br /><br /><br /><br />
        <div id="shuaige"  align="center" style="font-size: 50px;">我的女神</div>
        <div class="zhang" id="lala" align="center"style="font-size: 50px;"> 蔡徐坤 </div>
        
        
        <span id="spenEle" style="font-size: 50px;">震惊 六个月就要上班了</span>
        <span class="abc" style="font-size: 30px; color: red;">四大恶人之首:段延庆</span>
        <div style="font-size: 80px;">你心中的女神是:</div>
        <div class="abc">刘亦菲</div>
        <div class="abc">舒畅</div>
        <div id="yang" class="abc">杨钰莹</div>
        <h2 class="abc">震惊</h2>

        
        <a href="#laiba" style="font-size: 50px;"> 点我回去</a>
    </body>
</html>

举报

相关推荐

Ansible第三次作业

第三次Java作业

Java第三次作业

Java的第三次作业

数据压缩第三次作业

操作系统第三次作业

数据库第三次作业

RHCSA:第三次

0 条评论