Any feedbacks will be appreciated.
shubham
@ProximamusicAll comments
- @deepak-asnaniSubmitted over 3 years ago@ProximamusicPosted over 3 years ago
Bro I really need to get in touch with you regarding this project. your code is flawless. i am stuck at a place and I have no one to ask. I can't seem to figure whats the bug. if you feel comfortable, please can we connect on some social media and I could explain your issue. Snapchat will also work.
0 - @ellxrrSubmitted over 3 years ago
Feedback welcome on this project.
I am a beginner frontend developer currently trying to improve my HTML and CSS and this is my first Frontend Mentor project. I found this project fairly challenging at times - especially the background (I didn't manage to get it 100%).
- @agkaysterSubmitted over 3 years ago
My Questions are:
-
How do I get JavaScript to activate the navbar-burger for mobile view?
-
Please how does someone fit in the underline under "Learn more"?
@ProximamusicPosted over 3 years agohere is an amazing article by Aleksandr Hovhannisyan on building a Navbar from scratch just without any framework. You will find all the answers you need about navbar here . good luck.
https://www.aleksandrhovhannisyan.com/blog/responsive-navbar-without-bootstrap/
0 -
- @bricehemerySubmitted over 3 years ago
How can I make it responsive for mobile
@ProximamusicPosted over 3 years agowhat I would do personally is, use CSS grids for the layouts that need to change in the mobile view. like the last collage of the pictures, use grids and add media queries according to the width. you can use grid-template to specify where on the grid you want the images. since the images are pretty straightforward for the mobile view it won't be that difficult provided that you have given proper classes to the divs and images because that's going to be very important here.
Marked as helpful0