能不能定义body外面的页面背景色_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:42:19
Original
1052 people have browsed it

css html

我想做一个页面,1200*700像素的,现在的主流分辨率大概都是1388*768,这样的话让页面居中,两边肯定有留白,能不能给这些留白设一个颜色(为了好看)。
如果能,怎么做?求解。

回复讨论(解决方案)

body就是整个页面啊,你给body设个背景色就行了,页面的table或者div设成网页的颜色就OK了啊

还有就是 PSD 做成大于 1366*768 的

能,比如:
html{background-color:gray}

在需要的所有div外面加上一个一个div,比如我想要header和content底色一样,footer是另外一种,如下

<div id="allwrap"> <div id="header"> </div> <div id="content"> </div></div><div id="footer"></div>
Copy after login


给allwrap定义一个背景色就是了

能,比如:
html{background-color:gray} 此楼正解。

source:php.cn
Statement of this Website
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
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template