HTML Diff
0 added 0 removed
Original 2026-01-01
Modified 2026-03-09
1 <p>Congratulations! You have finished learning about the basics of CSS. In the following courses you will be able to study individual topics in more detail. Now all that remains is for you to test your knowledge in practice.</p>
1 <p>Congratulations! You have finished learning about the basics of CSS. In the following courses you will be able to study individual topics in more detail. Now all that remains is for you to test your knowledge in practice.</p>
2 <p>In this test, you need to revise the markup for the page with the travel gallery that you created in the last chapter.</p>
2 <p>In this test, you need to revise the markup for the page with the travel gallery that you created in the last chapter.</p>
3 <p>Here are the tasks for this test. Muffin wishes you good luck!</p>
3 <p>Here are the tasks for this test. Muffin wishes you good luck!</p>
4 <ul><li>Add a property that changes the color of the background background-color: #333333; to one of the elements on the page;</li>
4 <ul><li>Add a property that changes the color of the background background-color: #333333; to one of the elements on the page;</li>
5 <li>Change the text color to color: white; for one of the elements;</li>
5 <li>Change the text color to color: white; for one of the elements;</li>
6 <li>Select the correct width value width for the paragraph (the value must be a multiple of 10 and less than 500px);</li>
6 <li>Select the correct width value width for the paragraph (the value must be a multiple of 10 and less than 500px);</li>
7 <li>Add a rule that sets the text color to color: orange;</li>
7 <li>Add a rule that sets the text color to color: orange;</li>
8 <li>Identify the correct selectors to replace the two selector rules.</li>
8 <li>Identify the correct selectors to replace the two selector rules.</li>
9 </ul>
9 </ul>