• HTML下的点名


       

       

        <style>

            *{

                margin-left: 0px;

                margin-top: 0px;

            }

            .container{

                background-image: url(https://img.zcool.cn/community/01deac5b71220fa801206a3594899b.jpg@1280w_1l_2o_100sh.jpg);

                background-color: aqua;

                width: 1000px;

                height: 480px;

                border: 1px solid rgb(0, 255, 157);

                position:absolute;

                left: 50%;

                margin-left: -500px;

                text-align: center;

                line-height: 100px;

                margin-top: 150px;

            }

            .box,.box2{

                width: 300px;

                height: 300px;

                background-image: url(https://img.chuapp.com/wp-content/uploads/2016/08/201608231471931218.gif?imageView2/2/w/700);

                border-radius: 50%;

                /* 水平位置居中 */

                margin: auto;

                margin-top: 50px;

                text-align: center;

                line-height: 300px

            }

            .box2{

                background-color: blue;

            }

            #show{

                font-size: 30px;

                color: rgb(12, 14, 1);

                font-weight: bolder;

            }

            #start{

                width: 300px;

                height: 50px;

                background-color: rgb(0, 255, 170);

            }

       

       

           

                就决定是你了

           

           

       

       

  • 相关阅读:
    springboot毕设项目大学生创新项目运维系统9y232(java+VUE+Mybatis+Maven+Mysql)
    MPLS隧道——跨域解决方案C1、C2讲解
    linux——多线程,线程控制
    Linux 权限
    谈谈毕业后,北漂一个月的感受
    nmap使用指南
    java 企业工程管理系统软件源码 自主研发 工程行业适用
    【blood group + transferase】
    vite配置别名,并处理报错:找不到模块“xxx”或其相应的类型声明
    CopyOnWriteArrayList源码分析
  • 原文地址:https://blog.csdn.net/K584122526/article/details/137891959