I made this using SCSS.
Please come with feedback. There's most likely something I could have done differently :)
I made this using SCSS.
Please come with feedback. There's most likely something I could have done differently :)
Hi there. Great work on this challenge. I think you used the features (nesting mostly) correctly. Now there are some things in the design that you forgot.
On mobile, because of the height: 100vh
on the main
the content is not showing properly. To fix this issue, you could replace that property with min-height: 100vh
so that the main
will only fill up the minimum space needed.
You could also add some vertical padding on mobile.
Happy coding ποΈ
Wonderful ποΈποΈποΈ.
You just need to fix:
1366x750
screen, the modal is not showing properly (the close button is off the page), you could reduce the size of the carousel to accommodate for that.Happy coding ποΈ
Buenas, cualquier comentario que pueda ayudarme a mejorar tanto este, como otros desafΓos es bienvenido. Saludos!
Nice job on this challenge. On mobile you could replace the height: 100vh
to min-height: 100vh
on the container
class. You could also add some vertical padding on mobile. Other than that I think everything is okay. @Lucas feedback is also great. I use a similar technique when doing this challenge.
Happy coding ποΈ
Trying to do these challenges as quickly as I can when I have time. Any feedback will be much appreciated. :)
Hi, great work on this challenge. There are just some things that need fixing like:
height: 100vh
on the main. You could fix this by just replacing it with min-height: 100vh
.index.html
) there is a typo, the closing tag should be a
instead of button
.Happy coding ποΈ
Is there anything I can improve upon?
You could add a max-width
to the container
class to sort-of constraint the width on mobile display. Great work
Testing my HTML5 CSS3 skills
congrats, that's a super nice reproduction of the design. Keep at it!
Hi, everyone! I learned a lot with this challenge by using some web API like MutationObserver and modularize my javascript. If you have any feedback (specially on my BEM naming convention or on how to help me minimize my CSS), feel free to let me know.
Oups, you're right. I totally forgot to change the hover styles on mobile. Thanks for the feedback
Hello! Any feedback is welcome ! ;)
Hi @Andro87, nice reproduction of the design. Maybe you can try adding the hover effect on the cards to complete the challenge.
You can see the slider codes in the utils folder in GitHub repo. It is pretty easy with only JS and CSS.
Yay @fatihcaen congratulations on your implementation of the slider. It looks super smooth.
One thing I might suggest is to add an overflow: hidden
when the mobile navbar is open to prevent vertical scrolling.
Happy coding :smile:
Nice reproduction of the design. For the mobile view, you could set the max-width to 500px or 700px instead of 300px to cover the range of most of the mobile devices
Hi everyone! I worked on atom and the final code looked just fine. But now the last box is not where it should be. I know, my code seems a bit long and messy, so I want your tips.
Hi, nice approach with the positioning but there is a lot of repetition in your CSS. Also it seems like you forgot the mobile approach. You could start with the mobile approach and then adapt your code for the desktop view.
Yo! You did a great job at following the designs in the mobile and desktop layout. Bravo! In your desktop layout, maybe you should set the background-size to cover in desktop and 100% in mobile