⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 15-18.htm

📁 javascript制作的时钟
💻 HTM
字号:
    <html> <head> <title>绝对定位演示 </title>
    <style type="text/css">
    <!--
       #first{
             background-color: red;
             border-style: solid;
             font-weight:bold;
             top: 20;
             position: absolute;
             left: 20;
             height: 200;
             width: 200;
       }
       #second{
              background-color: blue;
              border-style: dotted ;
              font-weight:bold;
              top: 60 ;
              position: absolute;
              left: 80;
              height: 200;
              width: 200;
       }
       #third{
             background-color: yellow;
             border-style: double ;
             font-weight:bold;
             top: 100 ;
             position: absolute;
             left: 140;
             height: 200;
             width: 200;
       }
    </style>
    <body>
        <p id="first"> 第1段落位置 </p>
        <p id="second">第2段落位置 </p>
        <p id="third"> 第3段落位置 </p>
    </body>
    </html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -