This solution I use SCSS and JS and I learn more about the concept OF DOM. Any advise? thanks
Anshal Patel
@anshal1All comments
- @troyjosedevSubmitted over 1 year ago@anshal1Posted over 1 year ago
Use object-fit: contain; for header logo right now its not looking right
Marked as helpful1 - @noobmaster25Submitted almost 2 years ago
Cheers! I am an apprentice, any constructive suggestion is welcome
@anshal1Posted almost 2 years agoYou have done a very good job, but you forgot to add "cursor: pointer;" for navbar elements and for some other elements and you did not use the right font if you do not know how to use the static font style in CSS. Here's how;
@font-face { font-family: your-font-name; src: url("/path/to/static/font"); }
You should have gotten the static font file when you download the challenge zip file. And fix the alignment of your page for tablet-size devices.
You did Great, Keep up the good work
0 - @vigneshajithSubmitted almost 2 years ago
Hi fellow coder's 👋 Please help to solve this problem that i mention below I felt difficulty in following cases
- 1.Making the grid responsive to mobile view
- 2.Setting the width of the whole content and make it center Happy coding 😁😁
@anshal1Posted almost 2 years agoBrother your website is responsive for mobile view there is nothing wrong with the mobile view
0 - @anielrusselSubmitted almost 2 years ago
The homepage is pretty easy to do except in the navbar where I got stuck in the mobile responsive navbar where the toggle button can't display the menu when clicked but in I finished it in a short period of time. How about you? what did you find difficult while building the project?
- @anielrusselSubmitted almost 2 years ago
The homepage is pretty easy to do except in the navbar where I got stuck in the mobile responsive navbar where the toggle button can't display the menu when clicked but in I finished it in a short period of time. How about you? what did you find difficult while building the project?
@anshal1Posted almost 2 years agoI only faced problems with how should I align my elements for the tablets size screen
0