@JeremyWaruiSubmitted about 3 years ago
I took only a few hours to do this challenge. It was good I enjoyed the flex-box (you can notice by how much i have used it).
Looking forward to growing more.
I took only a few hours to do this challenge. It was good I enjoyed the flex-box (you can notice by how much i have used it).
Looking forward to growing more.
Fine work Jeremy!
A few things that could be better:
background-size: contain
right after the background-image
declaration.max-width: 60ch
to the style to correct this. See here for how ch
worksThis is my first time using SCSS. Hope you like this solution. Please tell me if there is something to improve in my code. Thanks you!
Design implementation in on point 👌🏽
Looking at your markup however, I noticed a pattern that you could work on improving.
h2
tag, not a div
.div
tags where just one could've worked. In each sections, you used 3 'wrapper' tags, you could've applied styles on just one to achieve the same thingalt
attributes in your img
tags to describe the image to visually-impaired usersIs there a way to make good looks better on mobile without using media queries?
The colors look a bit different from the design, including the button background and text colors. Other than that, it looks pretty close to the design visually. Good job