当显示屏幕外时,元素不被推送ViewPort

时间:2015-10-13 16:21:59

标签: html css

我有这样的跨度:

<section class="content">
     <p class="title" style="font-size: 200px; opacity: 0.1">Text Here</p>
</section>

和我的CSS:

.content{
    width: 100%;
    display: block;
    height: 450px;
}
.fly-title{
    position: absolute;
    z-index: 0;
    white-space: nowrap;
}

我想设置此<p> margin-left: 110%,但它将我的视图拉到左边,我的网页底部有一个滚动条。

查看我的图片了解详情:

enter image description here

如何让<p>在这个位置。

0 个答案:

没有答案