Latest solutions
Newsletter Sign Up Form with vanilla javascript
Submitted 7 months agoFor sure there is a faster way to verify that the input email address is actually a valid email address, I would like to know also different ways to do it!
Article Preview Component with CSS Flexbox
Submitted 7 months agoThe mobile version cause it was challenging and I'm not happy with the result
Latest comments
- @IbrahimMurad@saccoViola
Nice job!
- @TrEv0rRrRr@saccoViola
Does the solution include semantic HTML? Yes but there's no <main> or <header> tag
Is it accessible, and what improvements could be made? Yes, it is accessible
Does the layout look good on a range of screen sizes? Yes!
Is the code well-structured, readable, and reusable? Yes
Does the solution differ considerably from the design? It's pretty much similar
Good job!
- @FacundoDLR@saccoViola
Does the solution include semantic HTML? Yep! Is it accessible, and what improvements could be made? It is accessible and you can navigate it with tabs Does the layout look good on a range of screen sizes? Yep! Is the code well-structured, readable, and reusable? I couldn't find the script file! Does the solution differ considerably from the design? It's quite similar
- @FacundoDLRWhat specific areas of your project would you like help with?
rating star animations. People who like animations and can give me suggestions are welcome 😊
@saccoViolaWell done! :)
- @FacundoDLR@saccoViola
Nice job!
- @mehedihasan1179@saccoViola
Hi mehedihasan1179! Good job with your challenge! I'll try to give you some feedback that helped me out while I was doing this challenge:
- if you want to have the same design as the one provied, you can try to delete the solid red margin in .container, #images, .details, .profile
- for the drawers image i gave it fixed dimension and I used CSS flexbox to position it: #image{ width: 250px; height: 250px; display: flex; float: left; border-radius: 15px 0 0 15px; }
I hope it was helpful, have a nice day :)