@snowsneakersSubmitted over 2 years ago
I had fun doing this challenge. I wanted to play around with classes, properties, and methods. I know I could have done something much more simple.
I had fun doing this challenge. I wanted to play around with classes, properties, and methods. I know I could have done something much more simple.
Good job
Your solution looks really good, however I noticed you have accessibility issues. your document does not have a footer landmark. This can be fixed by wrapping all the tags after the main landmark within the footer landmark.
<body> <main> </main> <footer> </footer> </body>Hope this helps