Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 427 Bytes

shared_dependencies.md

File metadata and controls

16 lines (13 loc) · 427 Bytes

Shared dependencies between the files we are generating:

  • index.html:

    • img element with id 'img'
    • button element with id 'refresh'
    • script.js file
    • style.css file
  • style.css:

    • background color 'tomato'
    • hover and clicked states for button with id 'refresh'
  • script.js:

    • img element with id 'img'
    • button element with id 'refresh'
    • event listeners for button with id 'refresh'