Home  >  Article  >  Web Front-end  >  CSS在HTML底部有一个信息提示栏_html/css_WEB-ITnose

CSS在HTML底部有一个信息提示栏_html/css_WEB-ITnose

WBOY
WBOYOriginal
2016-06-21 08:46:001315browse


在HTML页面的底部有一个固定的信息栏

<div id="rk_foot" style="position:fixed;bottom:0px;z-index:1000;background-color:rgb(221,221,221);background-attachment: scroll;width:100%;margin:20px 0px 0px 0px;padding:10px;">


使用DIV CSS实现字体居中

div{text-align:center}




Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn