Skip to content

Commit 987103b

Browse files
committed
started using flexbox
1 parent 2c57ce9 commit 987103b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

starter/04-CSS-Layouts/style.css

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -267,12 +267,11 @@ nav p {
267267
} */
268268

269269
/* Using Floats */
270-
.author-img {
270+
/* .author-img {
271271
float: left;
272272
}
273273
274274
.author {
275-
/* padding-left: 80px; */
276275
margin-top: 10px;
277276
margin-left: 10px;
278277
float: left;
@@ -296,19 +295,16 @@ nav {
296295
display: block;
297296
}
298297
article {
299-
/* background-color: green; */
300298
width: 825px;
301299
float: left;
302300
}
303301
304302
aside {
305-
/* background-color: red; */
306303
width: 300px;
307304
float: right;
308305
}
309306
310307
footer {
311308
width: 1200;
312309
clear: both;
313-
/* background-color: blue; */
314-
}
310+
} */

0 commit comments

Comments
 (0)