AI Assisted CSS Styling

Instructions

  1. First, look at the CSS selectors in the <style> tag of this page, and make sure you understand each of them.
  2. Use AI to style the book list below.
  3. Have the AI generate at least 3 different versions of the styled book list:
  4. After experimenting with AI:
    1. Choose one version of the AI generated lists and apply the CSS to the book list on this page, but make sure that your CSS only affects the book list and not other elements on the page.
    2. Answer the question under the list.

Books

Question

What are 3 things you learned about CSS from doing this activity? Replace the content in the LI elements below with your answer.

  1. I learned how CSS class selectors can be used to style specific elements without affecting everything else.
  2. I learned how layout properties like display: flex, padding, and box-shadow can be used to create card-style designs.
  3. I learned how pseudo-classes like "":hover" allow styles to change based on user interaction.