@pyrpled
Submitted
Please rate this, thank you.
@Richard-08
@pyrpled
Submitted
Please rate this, thank you.
@Richard-08
Posted
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:)
@juandadev
Submitted
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-08
Posted
Hi, Juan! Great work! Cool animations and effects. I think the "job-container" should have a left border that has a featured flag.
@paminus-kingori
Submitted
All feedback is welcome. Comment on its responsiveness would be awesome.
@Richard-08
Posted
Hi, 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!
@gcardenasdev
Submitted
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-08
Posted
Hi, 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!
@pvcodes
Submitted
Any modification or feedback regaring code or maintaining, will be appreciated
@Richard-08
Posted
Hi! 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!
@sheriffsaka
Submitted
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-08
Posted
Hello! 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!