摘要:
先上效果图: 包含五个板块 home、about、portfolio、contact和footer 底部的图片不动,就像板块浮在上面。 css文件:(取名为studio.css) 1 html,body{ 2 padding:0; 3 margin: 0; //解决了底部footer跟浏览器的间隙问 阅读全文
摘要:
先上效果图: css代码: 1 h1{ 2 font-size: 50px; 3 font-family: Georgia; 4 } 5 h2{ 6 font-size: 30px; 7 } 8 #container{ 9 position:relative; 10 background-color 阅读全文