@ApplePieGiraffe
Posted
Hey, Siddhesh Kamble! π
Nice work on this challenge! π Your solution looks pretty good! π Also, kudos for trying out Sass (it is very nice and makes writing CSS easier). π
I'd just like to suggest adding background-size: cover
to the background image so that it fills the entire area of the screen but doesn't get stretched or squeezed when the size of the screen changes. π
You could also try allowing the width of the image to be determined by the size of the screen in the mobile layout (by adding width: 100%
to the image or its container or something) so that you don't have to use a media query to change the size of the image twice for the mobile layout. π
Keep coding (and happy coding, too)! π
Marked as helpful
@Sk7867
Posted
@ApplePieGiraffe Thank you for your suggestions π I just have a simple query how do you highlight properties like background-size: cover and all width:100 π
@ApplePieGiraffe
Posted
@Sk7867
Glad to help! π
These comments support markdownβwhich means you can highlight
code by surrounding it in back ticks (`). There should be a keyboard icon in the upper-right corner of the feedback text field that you can click that will show you how to do this and use other markdown features.
Hope that helps. π
@Sk7867
Posted
@ApplePieGiraffe Thank You very much, I thought that was some kind of virtual keyboard.π