www.gusucode.com > Android html5 js css调用测试例子源码程序 > AndroidJsTest/assets/index.css

    body {
	background-color:red;
}

header {
	color:#000000;
}

footer {
	color:blue;
}
	
#imgdiv {
	width:80px;
    margin:0px auto;
    padding:10px;
    text-align:center;
    border:2px solid #202020;
}

p {
	color:red;
}