File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -23,9 +23,9 @@ <h1>All about colours</h1>
23
23
< div id ='explanation '>
24
24
< p > This is a page about colours. You need to fix it so that:</ p >
25
25
< ul >
26
- < li > The sections about blue and yellow have 3pm solid black borders.</ li >
27
- < li > The 'About blue' has a light blue background.</ li >
28
- < li > The 'About yellow' has a light yellow background.</ li >
26
+ < li > The sections about blue and yellow have 3px solid black borders.</ li >
27
+ < li > The 'About blue' has a light blue (#6495ED) background.</ li >
28
+ < li > The 'About yellow' has a light yellow (#FFEBCD) background.</ li >
29
29
< li > The list of points in the 'About blue' section should be in blue text (but the paragraph text shouldn't be).</ li >
30
30
< li > The list of points in the 'About yellow' section should be in orange text (but the paragraph text shouldn't be).</ li >
31
31
< li > The final item in both colour section lists is the most important. It should be in font size 16px, with font weight bold.</ li >
@@ -49,7 +49,7 @@ <h2>About blue</h2>
49
49
</ div >
50
50
51
51
< div id ='about_yellow ' class ='color-info '>
52
- < h2 > About blue </ h2 >
52
+ < h2 > About yellow </ h2 >
53
53
54
54
< p > The section is all about the colour yellow. This text should be black.</ p >
55
55
You can’t perform that action at this time.
0 commit comments