我想创建一个<div>
具有背景颜色的元素,它从屏幕中间开始向右移动到页面末尾(屏幕外),但我不想触发任何滚动条。<div>
我想在开头(在屏幕内)有一些信息<div>
。
这是 HTML 代码示例:
<div id="footer">
<h2>Information</h2>
<p>Some text</p>
<p class="alignright">Another information in this paragraph.</p>
</div>
这就是我希望它的样子: