@nikolasladicSubmitted 4 days ago
What are you most proud of, and what would you do differently next time?
Using ::last-child and ::marker was great!
Using ::last-child and ::marker was great!
I did it in less time
What challenges did you encounter, and how did you overcome them?nothing
What specific areas of your project would you like help with?nothing
Good job! I would just suggest moving the styles to the CSS file, so you can use this:
.title:hover {
color: #F4D04E;
cursor: pointer;
}
It changes the title when passing the cursor over it.
The image isn't loading because of the way the source is writen. This change may fix it:
src="./images/image-qr-code.png"
This first "." means "from this directory" (the dir in which the index.html file is) and then "/" indicates subdirectories or a file inside it (in the subdirectory images, img file).