Please rate this, thank you.
Richard
@Richard-08All comments
- @pyrpledSubmitted over 4 years ago@Richard-08Posted over 4 years ago
Hi Gloria! Great work! To vertically center the component, you can add styles to the parent element (in your case it’s "body"): {display: flex; align-items: center; justify-content: center}. Good luck, Gloria:)
0 - @juandadevSubmitted almost 2 years ago
Feel free to leave your feedback 😌
It was a headache implementing the filter function, I wanted to do it with the JSON file but finally opted for data values. Guess can do the same but it's finally done, maybe I'll add more animations later.
@Richard-08Posted over 4 years agoHi, Juan! Great work! Cool animations and effects. I think the "job-container" should have a left border that has a featured flag.
1 - @paminus-kingoriSubmitted over 4 years ago
All feedback is welcome. Comment on its responsiveness would be awesome.
@Richard-08Posted over 4 years agoHi, paminus king'ori's! Good work!
For .box-window, you can use the "display: flex" and "flex-wrap: wrap;". Then the blocks will be transferred and you can not use grid in the media queries.
Good luck!
0 - @gcardenasdevSubmitted over 4 years ago
-
Was my usage of Flexbox for the mobile version and Grid for the desktop correct? Should only one be used for both?
-
Are there any ways I could have made my code more reusable or readable?
-
Any kind of feedback is welcome!
@Richard-08Posted over 4 years agoHi, Gabriela! Good work!
The answer to your first question: For # four-card section, you can use the "flex-wrap: wrap;". Then the blocks will be transferred and you can not use grid in the media queries.
Good luck, Gabriela!
2 -
- @pvcodesSubmitted over 4 years ago
Any modification or feedback regaring code or maintaining, will be appreciated
@Richard-08Posted over 4 years agoHi! Good work:) After clicking the button, the page refreshes. I suggest adding in the script event.preventDefault(). The Event interface's preventDefault() method tells the user agent that if the event does not get explicitly handled, its default action should not be taken as it normally would be.
Good luck!
1 - @sheriffsakaSubmitted over 4 years ago
Please, I will appreciate any idea on how to improve on this solution and what to add or removed from it. I look forward to your suggestions. Thank you
@Richard-08Posted over 4 years agoHello! Good work! You can improve navigation. Add logo, links and button to different containers <div></div>. And then parent container "topnav" make flex. Example:
<nav class='topnav'> <div class='logo'></div> <div class='topnav__links'></div> <div class='topnav__btn'></div> </nav>Styles: .topnav { display:flex; justify-content: space-between; align-items: center; }
Then you can add padding, margin and it will be like in design:) Good luck!
0