Html
    Css
    Js

    
                        
html,body {
	margin:0;
	padding:0;
}
.sidebar a {
	color:#fff;
}
.sidebar {
	background:blue;
	width:210px;
	height:100%;
	position:fixed;
	top:0;
	left:0;
}
.notebar {
	width:200px;
	height:190px;
	text-align:center;
	background:red;
}
.notebar p {
	margin:20px 0 0;
}

                        
↑上面代码改变,会自动显示代码结果 jQuery调用版本:1.9.1
 立即下载

屏幕水平居中垂直居中

0