I am currently full time flight attendant but I always have a passion for development. I started my self-taught journey HTML- CSS. I am very creative and always looking for the best practices to express words into designs.
I’m currently learning...HTML CSS
Latest solutions
Latest comments
- @abyanfalahSubmitted over 1 year ago@jeurysantos1Posted over 1 year ago
This is what I called a responsive website !! I loved how the UI adapt to different breakpoint I went to read your code and it such easy to read and maintain
1 - @tatimunizzSubmitted about 4 years ago@jeurysantos1Posted about 4 years ago
Hey Tati.
I loved Sass as well, and I am glad you used it. I like the organization of your environment (everything on its own on file).
Easy to read= easy to maintaining; Those are hard to accomplish, and you killed it.
Something that I didn't see the design wasn't responsive to a cellphone viewport of the 375px. In the future trying to use more Media queries, so you modify your design to the viewport required.
And How you get to have so much perfect preview ??
1 - @ArshKarpoorSubmitted about 4 years ago@jeurysantos1Posted about 4 years ago
Something very important in every developer is to write a code that is readable by others so a maintainability is an option and You killed that.
I would like to see the design more responsive to different breakpoints. I notice at the 1440px bp the IMG-patterns were located in the right place due that was set Top:0 RIGH:0. and in my personal opinion I would use more (REM) INSTEAD (PX) to give you more freedom when it comes to code high values.
and gain how your preview is so perfect ???
2 - @5toCodeSubmitted about 4 years ago@jeurysantos1Posted about 4 years ago
I really like how easy was to understand your code. One thing that I would do differently is not to insert the Pattern Images into your CSS, instead of into your HTML so you could position them in the right place in every single break Points.
As well, you should have used the benefits of Media query in your CSS that would make the layout or design more responsive and won't avoid the design to break.
0