File tree Expand file tree Collapse file tree 2 files changed +16
-25
lines changed
starter/03-CSS-Fundamentals Expand file tree Collapse file tree 2 files changed +16
-25
lines changed Original file line number Diff line number Diff line change @@ -149,8 +149,7 @@ <h4>Related posts</h4>
149149 </ li >
150150 </ ul >
151151 </ aside >
152-
153- < footer > Copyright © 2027 by The Code Magazine.</ footer >
152+ < footer > Copyright © 2027 by The Code Magazine</ footer >
154153 </ div >
155154 </ body >
156155</ html >
Original file line number Diff line number Diff line change 88body {
99 color : # 444 ;
1010 font-family : sans-serif;
11-
1211 border-top : 10px solid # 1098ad ;
1312 position : relative;
1413}
1514
1615.container {
17- width : 800 px ;
16+ width : 1200 px ;
1817 /* margin-left: auto;
1918 margin-right: auto; */
2019 margin : 0 auto;
@@ -111,14 +110,6 @@ li:last-child {
111110 margin-bottom : 0 ;
112111}
113112
114- /* footer p {
115- font-size: 16px;
116- } */
117-
118- /* article header p {
119- font-style: italic;
120- } */
121-
122113# author {
123114 font-style : italic;
124115 font-size : 18px ;
@@ -132,23 +123,10 @@ li:last-child {
132123 font-size : 18px ;
133124 font-weight : bold;
134125}
135-
136- /* ul {
137- list-style: none;
138- } */
139-
140126.related {
141127 list-style : none;
142128}
143129
144- body {
145- /* background-color: orangered; */
146- }
147-
148- /* .first-li {
149- font-weight: bold;
150- } */
151-
152130li : first-child {
153131 font-weight : bold;
154132}
@@ -288,3 +266,17 @@ nav p {
288266 content : "" ;
289267 display : block;
290268}
269+
270+ article {
271+ float : left;
272+ width : 870px ;
273+ }
274+
275+ aside {
276+ float : right;
277+ width : 300px ;
278+ }
279+
280+ footer {
281+ clear : both;
282+ }
You can’t perform that action at this time.
0 commit comments