ValenBytes
@valen-webdAll solutions
Fylo Landing Page Solution
Submitted 12 days agoI'm not sure if I should use media queries like that. I practically segmented my code like the sections on the site / in the html document. I think this makes it more readable, but I also re-use a lot of media queries this way. Would it be better to put everything in the same media query?
Testimonials Grid Section Solution
Submitted 16 days agoI'm pretty happy with how this turned out! But if you notice anything that could be improved, feel free to let me know!
Maybe I could write some parts of my code cleaner? 🤔️
Four Card Feature Section Solution
Submitted 17 days agoThe spacing of the cards looks weird on bigger, higher resolution desktops. Does anyone know how to make the cards stay together, like on the 1440 px wide desktop?
Product Preview Card Solution
Submitted about 1 month agoIf anyone knows if there is a better way to horizontally center icon and text in the
<button>
element, please let me know!I used
display: flex;
withalign-items: center;
. It works, but it feels unnecessary to change thedisplay
property to align the items?Recipe Page Solution
Submitted about 1 month agoMy solution still differs a bit from the original design.
On mobile, unordered list items that span multiple columns should be vertically centered. But I haven't found a way to do that yet.
The "Nutrition" table seems to be made differently, too. I can't really remove the last bottom border and there's also a small gap between the table data borders.
If anyone has suggestions on how to fix these issues, I'd really appreciate the help!
Social Links Profile Solution
Submitted about 1 month agoShould the social links be in a <nav> element or is <div> fine/correct?
Blog Preview Card Solution
Submitted about 1 month agoDo you think my code is easy to follow? Any suggestions for making it cleaner?
QR Code Component using Grid
Submitted about 1 month agoI’d like feedback on how to clean up my code, remove unnecessary elements, and organize it better. Or, if it already looks fine, I'd appreciate confirmation that I’m on the right track.