001
002
003
004 charset=“utf8″>
005 html5 test
006
007
008 –>
009
010 body{
011 background-color:#CCCCCC;
012 font-family:Geneva,Arial,Helvetica,sans-serif;
013 margin:0pxauto;
014 max–with:900px;
015 border:solid;
016 border-color:#FFFFFF;
017
018 }
019 header
020 {
021 display:block;
022 background-color:#F47D31;
023 color:#FFFFFF;
024 text-align:center;
025 }
026
027 headerh2
028 {
029 margin:0px;
030 }
031 h1
032 {
033 font-size:72px;
034 margin:0px;
035 }
036 h2
037 {
038 font-size:24px;
039 margin:0px;
040 text-align:center;
041 color:#F47D31;
042 }
043 h3{
044 font-size:18px;
045 margin:0px;
046 text-align:center;
047 color:#F47D31;
048
049 }
050
051 h4
052 {
053 color:#F47D31;
054 background-color:#fff;
055 –webkit–box–shadow:2px2px20px#888;
056 –webkit–transform:rotate(-10deg);
057 –moz–box–shadow:2px2px20px#888;
058 –moz–transform:rotate(-10deg);
059 position:absolute;
060 padding:0px150px;
061 top:50px;
062 left:-120px;
063 text-align:center;
064
065 }
066
067
068 footer{
069 clear:both;
070 display:block;
071 background-color:#F47D31;
072 color:#FFFFFF;
073 text-align:center;
074 padding:15px;
075
076 }
077 footerh2
078 {
079 font-size:14px;
080 color:white;
081 }
082
083 section
084 {
085 display:block;
086 width:50%;
087 float:left;
088
089 }
090
091 artical
092 {
093 background-color:#eee;
094 display:block;
095 margin:10px;
096 padding:10px;
097 –webkit–border–radius:10px;
098 –moz–border–radius:10px;
099 border–radius:10px;
100 –webkit–box–shadow:2px2px20px#888;
101 –webkit–transform:rotate(-10deg);
102 –moz–box–shadow:2px2px20px#888;
103 –moz–transform:rotate(-10deg);
104 }
105
106
107 articalheader
108 {
109 –webkit–border–radius:10px;
110 –moz–border–radius:10px;
111 border–radius:10px;
112 padding:5px;
113 }
114 articalfooter
115 {
116 –webkit–border–radius:10px;
117 –moz–border–radius:10px;
118 border–radius:10px;
119 padding:5px;
120 }
121 articalh1
122 {
123 font-size:18px;
124 }
125
126
127 #container
128 {
129 background-color:#888;
130 }
131 nav{
132 display:block;
133 width:25%;
134 float:left;
135 }
136 navh3
137 {
138 margin:15px;
139 color:white;
140
141 }
142 nava:link,nava:visited
143 {
144 display:block;
145 border-bottom:3pxsolid#fff;
146 padding:10px;
147 text-decoration:none;
148 font-weight:bold;
149 margin:5px;
150 }
151
152 nava:hover{
153 color:white;
154 background-color:#F47D31;
155 }
156
157
158 aside{
159 display:block;
160 width:25%;
161 float:left;
162
163 }
164 asideh3
165 {
166 margin:15px;
167 color:white;
168 }
169 aside p
170 {
171 margin:15px;
172 color:white;
173 font-weight:bold;
174 font-style:italic;
175 }
176
177
178 /* links */
179 a{color:#F47D31;}
180 a:hover{text-decoration:underline;}
181
182
183
184
185
186 header
187 subtitle
188 HTML5 Rocks!
189
190
191
id=“container”>
192
193 Nav
194 href=“#”>Link1
195 href=“#”>Link2
196 href=“#”>Link3
197
198
199
200
201 Artical Header
202
203 this a artical in section and artical tag.
204 Artical Footer2>
205
206
207
208 Artical Header
209
210 this a artical in section and artical tag.
211 Artical Footer2>
212
213
214
215
216 Aside
217 this is a aside.
218
219 Footer
220
221
222