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 cf5a02c commit 20b300dCopy full SHA for 20b300d
starter/04-CSS-Layouts/style.css
@@ -14,15 +14,14 @@ body {
14
}
15
16
.container {
17
- width: 800px;
+ width: 1200px;
18
/* margin-left: auto;
19
margin-right: auto; */
20
margin: 0 auto;
21
22
23
.main-header {
24
background-color:#f7f7f7;
25
- background-color: red;
26
/* padding: 20px;
27
padding-left: 40px;
28
padding-right: 40px; */
@@ -295,4 +294,18 @@ nav {
295
294
clear: both;
296
content: '';
297
display: block;
+}
298
+
299
+article {
300
+ width: 825px;
301
+ float: left;
302
303
304
+aside {
305
+ float: right;
306
+ width: 300px;
307
308
309
+footer {
310
+ clear: both;
311
0 commit comments