Tell me what do you guys think 😃🚀
Luiz Claudio Lopes
@lc-dev90All comments
- @divyanshu0x16Submitted over 3 years ago@lc-dev90Posted over 3 years ago
Hello Divyanshu, i have one question, when I hit the details countrie page and refresh it I don't lose the data, the page was refresed. How can I made this? Thank you
0 - @terdoo-mzerSubmitted over 3 years ago
Please mates review and leave comments please. Thanks!
@lc-dev90Posted over 3 years agoGood work!
Some improvments:
In your desktop breakpoint, you can change your container properties to:
.container{ width: 600px; max-width: 90%; }
In your 768 media querie break point, you can change your container properties to: .container{ width: 350px; max-width: 95%; }
Don't forget to put a :hover effect in your signup button and the cursor pointer property!
Happy coding
0 - @pierre-pellegrinoSubmitted over 3 years ago
I had to hide the footer when screen width is less than 375px, otherwise it would display in front of my page. I don't know how to fix it yet. Update : Fixed thanks to @lc-dev90!
@lc-dev90Posted over 3 years agoGreat job!
Try setting out you max-height: 800px; value in your container to move you footer down.
You can change your media querie breakpoint from 375px to 500 +
But overall looks good!!
1 - @lc-dev90Submitted over 3 years ago
It's my last newbie challenge, and I made some improvments that I learn to made this challenge. I have used some Css animations, flexbox, and a little of Javascript.
Any suggestions are welcome!!!!
- @marocttSubmitted over 3 years ago
Hey, I just finished this challenge. Any feedback and suggestions are welcome! ✨
- @davidrhyneSubmitted over 3 years ago
Thank you for reviewing the project! I have the following questions and I would really like some feedback to help improve this and future projects.
-
a. Was the theme switch intended to be 'draggable'? I was thinking it should have been because the slider has a hover effect, but I am not sure that is possible with the current input/radio solution.
-
b. Is there a simpler way to implement this switch and if so, would you please share a keyword to research?
-
For the hover behavior on the keypad buttons, from the spec, it looks like the button face and not the shadow should change with the hover. I got a version of that working, but I am thinking there may be an easier way to implement this and would like to know what I missed.
Thank you for any feedback, it is greatly appreciated!
-
- @LordAldiSubmitted over 3 years ago
any tips? whatever it is, maybe some best practice. thanks
@lc-dev90Posted over 3 years agoYou can easily do this challenge using Css grid layout and the grid-template-area propertie.
-1172px your center cards are broken
0 - @rarg22Submitted over 3 years ago
So far I think this is my cleanest challenge. Any feedback is much appreciated :) !
@lc-dev90Posted over 3 years agoYou can use grid css property, mix grid template areas like this:
.content{ display: grid; grid-template-area: grid-template-areas: "left center1 right" "left center2 right"; } /* and align each of item with align-self and justify self*/
0 - @MuxsinSubmitted over 3 years ago@lc-dev90Posted over 3 years ago
You need to check your breakpoints @media queries. But still very good, you rock!
1