We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710f114 commit feb3a33Copy full SHA for feb3a33
starter/04-CSS-Layouts/style.css
@@ -14,7 +14,7 @@ body {
14
}
15
16
.container {
17
- width: 800px;
+ width: 1200px;
18
/* margin-left: auto;
19
margin-right: auto; */
20
margin: 0 auto;
@@ -290,3 +290,17 @@ nav {
290
clear: both;
291
display: block;
292
293
+
294
+article {
295
+ float: left;
296
+ width: 825px;
297
+}
298
299
+aside {
300
+ width: 300px;
301
+ float: right;
302
303
304
+footer {
305
+ clear: both;
306
0 commit comments