File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
starter/03-CSS-Fundamentals Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -147,7 +147,9 @@ <h4>Related posts</h4>
147
147
</ aside >
148
148
149
149
< footer >
150
- < p id ="copyright "> Copyright © 2027 by The Code Magazine.</ p >
150
+ < p id ="copyright " class ="copyright text ">
151
+ Copyright © 2027 by The Code Magazine.
152
+ </ p >
151
153
</ footer >
152
154
</ body >
153
155
</ html >
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ aside {
65
65
border-bottom : 5px solid # 1098ad ;
66
66
}
67
67
/* body {
68
- background-color: orchid;
68
+ background-color: orchid;
69
69
} */
70
70
/* .first-li {
71
71
font-weight: bold;
@@ -102,3 +102,17 @@ a:active {
102
102
}
103
103
104
104
/* LVHA */
105
+
106
+ /* Resolving conflicts */
107
+ # copyright {
108
+ color : red;
109
+ }
110
+ .copyright {
111
+ color : blue;
112
+ }
113
+ .text {
114
+ color : lime;
115
+ }
116
+ footer p {
117
+ color : orange;
118
+ }
You can’t perform that action at this time.
0 commit comments