File tree Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Expand file tree Collapse file tree 1 file changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -14,15 +14,14 @@ body {
14
14
}
15
15
16
16
.container {
17
- width : 800 px ;
17
+ width : 1200 px ;
18
18
/* margin-left: auto;
19
19
margin-right: auto; */
20
20
margin : 0 auto;
21
21
}
22
22
23
23
.main-header {
24
24
background-color : # f7f7f7 ;
25
- background-color : red;
26
25
/* padding: 20px;
27
26
padding-left: 40px;
28
27
padding-right: 40px; */
@@ -301,3 +300,20 @@ nav {
301
300
}
302
301
303
302
/* * !!! Remember that 'float' is an old way to layout website */
303
+
304
+ article {
305
+ /* background-color: green; */
306
+ width : 825px ;
307
+ float : left;
308
+ }
309
+
310
+ aside {
311
+ /* background-color: red; */
312
+ width : 300px ;
313
+ float : right;
314
+ }
315
+
316
+ footer {
317
+ /* background-color: yellow; */
318
+ clear : both; /* * Clear the float: return to normal-flow */
319
+ }
You can’t perform that action at this time.
0 commit comments