This submission makes heavy use of CSS animations, which fire when each section and subsection enter the browser viewport. Let me know what you think of it. Hope you like it!
gomezlucas
@gomezlucasAll comments
- @dgdev1024Submitted over 4 years ago@gomezlucasPosted over 4 years ago
Looks perfect!! I am going to check those animation that u added cause I really like them. Why did you decide to use Css animations instead of React ones? I would like to know your point of you
0 - @hannah-saurusrexSubmitted over 4 years ago@gomezlucasPosted over 4 years ago
Hey Hanna, good Job!!! i love the way you use the animations, they totally fits the challenge!
0 - @DorSarelSubmitted over 4 years ago
Please review my code (HTML + CSS). I`d like to get better in structuring the css & naming conventions
@gomezlucasPosted over 4 years agoGood job Dor! I read both your code and CSS and i found them very understandable. You are using BEM convention for the styles, which help when another developer wants to read your code. I like the way you solve the challenge with Flex. I used grid when i did it. But yours works even better.
1 - @MatulanasSubmitted over 4 years ago
Four Card Feature Section Challange
@gomezlucasPosted over 4 years agoNice work Mata! there is just one issue with the colour border of the left card.
0 - @rammyblogSubmitted over 4 years ago@gomezlucasPosted over 4 years ago
Hey Onasanya! Nice work! There are some issues with the logic of the filters though. For example, when you choose a Region and then type a country, the country is shown even though it is not part of that continent. You could set the default or remove the value of those filters when another one is used. Or join them and show just one result, which is achievable using React Js. Also there is a bug when you click "filter by region".
It's a good practice to play with the logic of this kind of challenges. When I did it It help me to understand States and life Cycles. Let me know if u have any doubt or what i said doesnt make sense :)
1 - @igorcuberSubmitted over 4 years ago
Penei um pouco mas estou começando com o HTML5 e CSS3 então acredito que eu tenha me saído bem, a ideia é melhorar cada dia mais !
@gomezlucasPosted over 4 years agoIt looks really good! there are some spacing issues in the footer, you can add margin or padding and make it looks even closer to the original . Also the color of the font, it's not the one they give us in the design. But overall nice work.
Ps: try to write in english. I understand you because I speak spanish, but most of the people here don't speak a Latin language
1 - @akamfoadSubmitted over 4 years ago@gomezlucasPosted over 4 years ago
Nice Work! Congrats! I d use classes to target the style of the elements. And leave Id's when I need to target elements from Js for example. It's not a rule write on stone though and it doesn't make a big difference in small projects, but it's good to take the habit. Check this link that explain the reasons why better: https://dev.to/clairecodes/reasons-not-to-use-ids-in-css-4ni4
1 - @carlobeckSubmitted over 4 years ago
My second solution Single price grid component using grid.
Please review my code and provide feedback.
@gomezlucasPosted over 4 years agoYour code looks very clean and readable. I like that. I think it's better to use rem instead of px as a unit. It's an article that help me to understand why. https://medium.com/code-better/css-units-for-font-size-px-em-rem-79f7e592bb97
Basically it makes better the user experience and fewer headaches when you design the responsive layout
1 - @AmirEssamSubmitted over 4 years ago@gomezlucasPosted over 4 years ago
Hey Amir! When you are uploading the solution paste the address of the github page in the live version input , so we can see it
0