• 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);

            }

       

       

           

                就决定是你了

           

           

       

       

  • 相关阅读:
    为何海量计算机系毕业生“负债”报IT培训班?高校IT教育该如何变革?
    【深度学习实践(三)】RNN实现股票预测
    机器学习笔记之受限玻尔兹曼机(三)推断任务
    对占用多字节和位的报文信号解析详解
    华为设备配置VRRP与NQA联动监视上行链路
    AI绘画使用Stable Diffusion(SDXL)绘制中国古代神兽
    [源码解析] NVIDIA HugeCTR,GPU版本参数服务器--- (2)
    什么原因会导致网站服务器停机?解决办法
    XPath从入门到精通:基础和高级用法完整指南,附美团APP匹配示例
    汽车产业互联网如何跟上“智能”和“市场”节奏
  • 原文地址:https://blog.csdn.net/K584122526/article/details/137891959