猿问

怎么使文字固定在页面右上方?不随滚动条变化?

<style type="text/css">
    body{
        padding: 0px;
        margin: 0px auto;
    }
    h3{
        
        width: 100px;
        
        padding: 0;
        margin: 0;
    }
    h1{
        margin: 0px;
        padding: 0px;
        position: absolute;
         right: 10px;
          top: 15px;
    }
    </style>
</head>
<body >
<h1>加速世界</h1>
<h3>我爱软件开发,我还爱加速世界</h3>
<h3>我爱软件开发,我还爱加速世界</h3>
<h3>我爱软件开发,我还爱加速世界</h3>
</body>


错过了年华
浏览 1815回答 4
4回答

kkk4

position:fixed

筱汐

绝对定位呗
随时随地看视频慕课网APP
我要回答