正在回答 回答被采纳积分+1
4回答
ATLAS3
2017-06-25 19:49:15
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 | <!DOCTYPE html> < html > < head > < meta charset = "UTF-8" > < title >Document</ title > < link href = "zuoye.css" rel = "stylesheet" type = "text/css" > </ head > < body > < header > < div > < a name = "logo" href = "zuoye.html" >< img src = "../img/logo.jpg" ></ a > < ul > < a href = "#" >HOME</ a > < a href = "#" >PORTFOLIO</ a > < a href = "#" >TEAM</ a > < a href = "#" >CONTACT US</ a > </ ul > </ div > < nav > < div > < h1 >welcome to website</ h1 > < p >lorem ipsum dolor sit amet, consectetur adipiscing elit</ p > </ div > < img src = "../img/banner.jpg" > </ nav > </ header > < section > < h2 >portfolio</ h2 > < p >lorem ipsum dolor sit consectetur adipisicing elit.sed do eiusmodtempor incididunt ut labore et< br > < p >dolore magna aliqua. ut enim ad minim veniam</ p > < ul > < a href = "#" >ALL</ a > < a href = "#" >WEB</ a > < a href = "#" >SOFTWARE</ a > < a href = "#" >WORKS</ a > < a href = "#" >BRANDS</ a > </ ul > < img src = "../img/portfolio-nav-img.jpg" > </ section > < aside > < h2 >stats</ h2 > < p >lorem ipsum dolor sit, consectetur adipisicing elit, sed do eiusmodtempor incididunt ut ladore et< br > dolore magna aliqua. ut ad minim veniam</ p > < ul > < dd >< img src = "../img/stats1.jpg" ></ dd > < dd >Margins</ dd > < dt >12,000</ dt > </ ul > < ul > < dd >< img src = "../img/stats2.jpg" ></ dd > < dd >Completed</ dd > < dt >5,681</ dt > </ ul > < ul > < dd >< img src = "../img/stats3.jpg" ></ dd > < dd >Projects</ dd > < dt >432</ dt > </ ul > < ul > < dd >< img src = "../img/stats4.jpg" ></ dd > < dd >Customers</ dd > < dt >86</ dt > </ ul > </ aside > < article > < div > < h3 >team</ h3 > < p >lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmodtempor in cididunt ut labore et< br > dolore magna aliqua. ut enim ad minim veniam</ p ></ div > < div > < ul > < dd >< img src = "../img/team1.jpg" ></ dd > < dt >Abigail</ dt > < dd >lorem ipsum dolor sit amet, consectetur< br > adipisic</ dd > </ ul > < ul > < dd >< img src = "../img/team2.jpg" ></ dd > < dt >Andy</ dt > < dd >5lorem ipsum dolor sit amet,< br > consectetur adipisic</ dd > </ ul > < ul > < dd >< img src = "../img/team3.jpg" ></ dd > < dt >jacquelie</ dt > < dd >lorem ipsum dolor sit amet, consectetur< br > adipisic</ dd > </ ul > </ div > </ article > < dialog > < h3 >Contact Us< h3 > < p >lorem ipsum sit consectetur adipisicing elit, sed do eiusmod tempor tempor incididunt ut labore et< br > dolore magna aliqua. ut enim ad minim venam</ p > </ dialog > < footer > < div >< p >copright © 2017.lifangji.cn ALL Rights Reserved</ p ></ div > </ footer > </ body > </ html > |
你看看吧
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 | @charset "utf-8" ; /* CSS Document */ *{ font-family : "Microsoft YaHei UI" ; font-size : 14px ; margin : 0 ; padding : 0 ; border : none ;} a{ text-decoration : none ;} ul{ list-style : none ;} bady{ width : 1490px ; height : 1490px ; margin : 0 auto ;} header{ background : #2e2e2e ; height : 50px ;} header > div{ width : 1200px ; margin : 0 auto ;} header > div > a{ display : block ; float : left ; margin : 10px ;} header > div > ul{ float : right ; display : block ; margin : 15px ; } header > div > ul > a{ color : #ffffff ; padding : 15px ;} header > nav { width : 1490px ; margin : 0 auto ;} header > nav > img{ width : 1490px ;} header > nav > div{ width : 1490px ; position : absolute ; text-align : center ; color : #ffffff ; top : 350px ; } header > nav > div > h 1 { font-size : 48px ;} section{ position : relative ; width : 1490px ; margin : 0 auto ; text-align : center ; line-height : 100px ; top : 800px ;} section > h 2 { font-size : 48px ; font-weight : lighter ; color : #f26208 ; margin : 80px auto ; } section> p{ margin : -60px auto ;} section > ul{ width : 1490px ; margin : 60px 550px ; } section > ul >a{ display : block ; border : 1px solid #f26208 ; float : left ; line-height : 20px ; margin : 50px 10px ; color : #f26208 ; padding : 5px ; } section > img { width : 1490px ; } aside{ position : relative ; top : 900px ; width : 1490px ; margin : 0 auto ; text-align : center ; line-height : 80px } aside > h 2 { font-size : 48px ; font-weight : lighter ; color : #f26208 ;} aside > p{ line-height : 30px ; margin : 50px ; } aside > div{ } aside > ul { position : relative ; display :blaock; float : left ; padding : 50px ; line-height : 60px ; left : 350px ;} aside > ul > dt{ font-size : 48px ; color : #f26208 ; font-weight : lighter ; line-height : 50px ;} aside > ul > dd{ font-weight : bold ;} article{ height : 700px ; background : #2e2e2e ; position : relative ; top : 1200px ; width : 1490px ; margin : 0 auto ; } article > div:first-of-type{ position : absolute ; width : 1490px ; text-align : center ; } article > div:first-of-type > h 3 { width : 1490px ; font-size : 48px ; color : #f26208 ; line-height : 220px ; font-weight : lighter ;} article > div:first-of-type > p{ width : 1490px ; margin : 0 auto ; color : #ffffff ; line-height : 30px ; } article > div:last-of-type{ width : 1490px ; margin : 0 auto ; padding : 350px ; } article > div:last-of-type > ul{ position : relative ; display : block ; float : left ; text-align : center ; color : #ffffff ; margin : 0 20px ;} footer{ top : 300px ; background : #000 ;} footer > div { width : 1200px ; height : 50px ; margin : 0 auto ; } footer > div > p{ color : #ffffff ; text-align : center ; } |
HTML5与CSS3实现动态网页 2018
- 参与学习 1887 人
- 提交作业 4643 份
- 解答问题 5760 个
有HTML和CSS基础,却不知道如何进阶?本路径带你通过系统学习,完成从“会做网页”到“做出好的动态网页”的蜕变,迈出成为前端工程师的第一步。
了解课程
恭喜解决一个难题,获得1积分~
来为老师/同学的回答评分吧