Latest solutions
Latest comments
- @kmnkat@Mehemmed77
- and also 2) It is responsive but not in devices that have 420px width or lower.your #rating-section div overflows Solution:Try to add max-width or give it width with percentage and don't give fixed width or heights just don't do it.Give it max-width or width with percentage.I hope this is useful; https://www.youtube.com/watch?v=VQraviuwbzU&t=694s watch this video at 4:47 He talks about it.
I liked your JS logic it is really good.You approached it differently than me and i liked it!
Marked as helpful - @master8848@Mehemmed77
don't place block elements inside inline elements it can cause issues and it is not easier to control it unless you give inline element property of display:block;but overall it is good!
- @didyouseekyng@Mehemmed77
Love the transitions!
- @LozPilafas@Mehemmed77
I love that date feature so good!
- @xandersavvy@Mehemmed77
I think you mean that little brown tag bar.I also completed this challenge with Vanilla JS. Simply add events. 1.onmouseover show that tag bar; 2.onmouseleave hide that tag bar; By default you can make those tag bars "display:none;" this will make it completely disappear. and when hovering make them "display:block"
Marked as helpful