【ife】任务二:零基础HTML及CSS编码(一)

来源:互联网 发布:n反斜杠百分之d c语言 编辑:程序博客网 时间:2024/05/21 10:51

header{background:black;height:50px;}header ul{float:right;margin:0;}header li{height:50px;line-height:50px;display:inline;}a{text-decoration:none;}article{background:grey;height:auto;padding:30px;}.block{margin-bottom:30px;padding:30px;background:white;height:auto;}.block:last-child{margin-bottom:0;}p{margin:0;}.block ul li{list-style:none;}.images{border:1px solid grey;width:180px;height:150px;margin-top:10px;text-align:center;}.imgTitle{text-align:center;height:35px;line-height:35px;}table{width:100%;border-collapse:collapse;}tr:first-child{text-align:left;background:black;color:white;}input,select,textarea{margin-bottom:10px;}label{float:left;width:200px;text-align:right;}.tips{width:100%;padding-left:200px;margin-bottom:10px;color:grey;}textarea{width:600px;height:100px;}input[type="submit"]{height:30px;width:100%;background:blue;color:white;}footer{background:black;height:50px;text-align:center;color:white;line-height:50px;}

1 0