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 2c57ce9 commit 987103bCopy full SHA for 987103b
starter/04-CSS-Layouts/style.css
@@ -267,12 +267,11 @@ nav p {
267
} */
268
269
/* Using Floats */
270
-.author-img {
+/* .author-img {
271
float: left;
272
}
273
274
.author {
275
- /* padding-left: 80px; */
276
margin-top: 10px;
277
margin-left: 10px;
278
@@ -296,19 +295,16 @@ nav {
296
295
display: block;
297
298
article {
299
- /* background-color: green; */
300
width: 825px;
301
302
303
304
aside {
305
- /* background-color: red; */
306
width: 300px;
307
float: right;
308
309
310
footer {
311
width: 1200;
312
clear: both;
313
- /* background-color: blue; */
314
-}
+} */
0 commit comments