File tree Expand file tree Collapse file tree 2 files changed +26
-6
lines changed
starter/03-CSS-Fundamentals Expand file tree Collapse file tree 2 files changed +26
-6
lines changed Original file line number Diff line number Diff line change @@ -146,6 +146,10 @@ <h4>Related posts</h4>
146146 </ ul >
147147 </ aside >
148148
149- < footer id ="copyright "> Copyright © 2027 by The Code Magazine.</ footer >
149+ < footer >
150+ < p id ="copyright " class ="copyright text ">
151+ Copyright © 2027 by The Code Magazine.
152+ </ p >
153+ </ footer >
150154 </ body >
151155</ html >
Original file line number Diff line number Diff line change 1+ p {
2+ font-size : 22px ;
3+ line-height : 1.5 ;
4+ }
5+
16h1 ,
27h2 ,
38h3 ,
3237 text-align : center;
3338}
3439
35- p {
36- font-size : 22px ;
37- line-height : 1.5 ;
38- }
39-
4040li {
4141 font-size : 20px ;
4242}
@@ -112,3 +112,19 @@ a:active {
112112 background-color : black;
113113 font-style : italic;
114114}
115+
116+ /* #copyright {
117+ color: orangered;
118+ } */
119+
120+ .copyright {
121+ color : blue;
122+ }
123+
124+ .text {
125+ color : yellow;
126+ }
127+
128+ footer p {
129+ color : green;
130+ }
You can’t perform that action at this time.
0 commit comments