Any advice ?
Mariana Ramos
@mariana-c-ramosAll comments
- @alaayasser741Submitted over 2 years ago@mariana-c-ramosPosted over 2 years ago
Hello @alaayasser741!
Just a quick tip: about the headings, we should always use them from h1 up to h6, without skipping any and without going back and forth between them in the same section tags. What does this mean?
For example, if you open a section/div tag for the hero and use a h2, you can only use it again if you open a whole new section/div tag (can't be nested). And if you used an h3 for example you can't go back to another h2 - only in a new section/div.
It appears here in your project you skipped the h2, change each h3 to an h2 and it should be fixed! Hope this helps, even if just a little! :)
Marked as helpful1 - @mariana-c-ramosSubmitted over 2 years ago
Hello everybody, back again with one more exercise!
Had trouble with 2 things:
- Getting the "days left" to align all the way to the right;
- The hover effect on the picture, how did the color changed?
If you have any tip or anything you would like to give me a heads up, please go ahead! 💛
@mariana-c-ramosPosted over 2 years agoHey @denielden, always showing up with great advice!
Fixed everything, will see now how to adapt the hover effect to css yes, but I got the general idea, the div will be on top of the image only when hovered, that's how the color changes and evene the eye shows up!
Thank you so much! 💛
1