HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <p>You handled the previous improvements so well that the boss has become inspired and got carried away: the all caps in the list of service benefits SHOUT at the reader, so they should be uncapitalized; you should focus on fixing the text of the list of benefits; the use of bullet points in the list is no longer fashionable, so remove them. And you thought you were almost finished!</p>
1 <p>You handled the previous improvements so well that the boss has become inspired and got carried away: the all caps in the list of service benefits SHOUT at the reader, so they should be uncapitalized; you should focus on fixing the text of the list of benefits; the use of bullet points in the list is no longer fashionable, so remove them. And you thought you were almost finished!</p>
2 <p>These improvements are more complex. Not only do we need to change the values of the properties, but we also need to add and delete the properties in the CSS rules. This is the format of a CSS rule:</p>
2 <p>These improvements are more complex. Not only do we need to change the values of the properties, but we also need to add and delete the properties in the CSS rules. This is the format of a CSS rule:</p>
3 selector { property: value; property: value; }<p>A CSS rule is a group of properties and their values, which will be applied to the HTML indicated by the selector at the beginning of the line.</p>
3 selector { property: value; property: value; }<p>A CSS rule is a group of properties and their values, which will be applied to the HTML indicated by the selector at the beginning of the line.</p>
4 <p>However, for the moment we will not dive into the details of how selectors work. Simply add and remove the desired properties in the desired CSS rules. We have already marked them by adding comments.</p>
4 <p>However, for the moment we will not dive into the details of how selectors work. Simply add and remove the desired properties in the desired CSS rules. We have already marked them by adding comments.</p>