TheFakeHamma / random-quote-generator

Side project for fun
MIT License
0 stars 0 forks source link

Style the Quote Generator #3

Open TheFakeHamma opened 2 months ago

TheFakeHamma commented 2 months ago

Description:
Create a styles.css file inside the frontend folder and add CSS to style the Random Quote Generator.

Steps:

  1. Create a styles.css file.
  2. Add styling for the body to center the quote generator on the page.
  3. Style the #quote-container to have a white background, padding, border-radius, and box-shadow.
  4. Style the #new-quote button with background color, padding, border-radius, and cursor pointer.
  5. Add hover effect for the #new-quote button.