首页前端开发HTMLhtml冰墩墩代码

html冰墩墩代码

时间2023-11-08 07:42:09发布访客分类HTML浏览189
导读:HTML冰墩墩代码指的是模仿冰墩墩机器人样式的HTML代码。<!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>...

HTML冰墩墩代码指的是模仿冰墩墩机器人样式的HTML代码。

!DOCTYPE html>
    html>
    head>
      meta charset="UTF-8">
      title>
    冰墩墩机器人/title>
    /head>
    body style="background-color: #F2F2F2">
      div style="width: 150px;
     height: 200px;
     background-color: #E6E6E6;
     border-radius: 100px 100px 0 0;
     margin: auto;
     position: relative;
    ">
        div style="width: 30px;
     height: 30px;
     background-color: #63B8FF;
     border-radius: 15px;
     position: absolute;
     bottom: -10px;
     left: 50%;
     margin-left: -15px;
    ">
    /div>
        div style="width: 70px;
     height: 80px;
     background-color: #E6E6E6;
     border-radius: 0 0 100px 100px;
     position: absolute;
     bottom: -90px;
     left: 50%;
     margin-left: -35px;
    ">
    /div>
        div style="width: 30px;
     height: 30px;
     background-color: #63B8FF;
     border-radius: 15px;
     position: absolute;
     bottom: -100px;
     left: 50%;
     margin-left: -15px;
    ">
    /div>
        div style="width: 50px;
     height: 40px;
     background-color: #E6E6E6;
     border-radius: 50px 50px 0 0;
     position: absolute;
     bottom: -140px;
     left: 50%;
     margin-left: -25px;
    ">
    /div>
        div style="width: 50px;
     height: 50px;
     background-color: #E6E6E6;
     border-radius: 25px;
     position: absolute;
     bottom: -160px;
     left: 50%;
     margin-left: -25px;
    ">
    /div>
        div style="width: 20px;
     height: 20px;
     background-color: #63B8FF;
     border-radius: 10px;
     position: absolute;
     bottom: -170px;
     left: 50%;
     margin-left: -10px;
    ">
    /div>
      /div>
    

在以上代码中,我们利用HTML的元素属性和CSS样式,实现了一个类似冰墩墩机器人的样式。其中,我们采用了div标签来构建机器人的各个部件,并使用了position属性来定位各个部件。同时,我们使用了border-radius属性来设置部件的边框圆角。

声明:本文内容由网友自发贡献,本站不承担相应法律责任。对本内容有异议或投诉,请联系2913721942#qq.com核实处理,我们将尽快回复您,谢谢合作!


若转载请注明出处: html冰墩墩代码
本文地址: https://pptw.com/jishu/529910.html
html中竖虚线怎么设置 html中空行的代码怎么删除

游客 回复需填写必要信息