Latest solutions
Responsive News Home Page using pure html css and javascript
#accessibilitySubmitted over 2 years ago
Latest comments
- @adex-hub@DaveMan-stack
Great work!
-trying adding object-fit: center to your hero images in your css file so they don't squash. -also your fonts are not loading, fix that as well
- @hesy87@DaveMan-stack
-
not looking good on ipad, try making it more responsive. -try adding a min width for some of your container to make them not shrink completely
- for example the bottom news content do not wrap when the container is smaller.
-
all of these observation are from ipad, desktop and mobile looks way better.
Cheers!!!
-
- @Merxibeaucoup@DaveMan-stack
- the mobile menu icon shows on top of everything when I scroll even down to the page
- try making it fixed or relative to the nav element and not to the body element.
- also change the background color when the menu is open for mobile
- You can do that easily by adding a class to the body say activated when the menu button is clicked. Then select that class and give it the appropriate background color.
Marked as helpful - @dedku@DaveMan-stack
Great Work!!!
- There is horizontal scrolling for desktop
- Try making it responsive for desktop
- It's doesn't shrink or grow in desktop.
Cheers!!!