Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Huddle Landing Page using HTML, Sass

Siddhesh Kambleβ€’ 330

@Sk7867


Design comparison


SolutionDesign

Solution retrospective


This is my first time using Sass instead of CSS3. I enjoyed using it and will continue to do so. Any suggestions or improvements are welcome.

Community feedback

T
ApplePieGiraffeβ€’ 30,545

@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

1

Siddhesh Kambleβ€’ 330

@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 πŸ˜…

1
T
ApplePieGiraffeβ€’ 30,545

@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. πŸ™‚

0
Siddhesh Kambleβ€’ 330

@Sk7867

Posted

@ApplePieGiraffe Thank You very much, I thought that was some kind of virtual keyboard.πŸ˜…

0
Vanza Setiaβ€’ 27,795

@vanzasetia

Posted

πŸ‘‹Hi Siddhesh Kamble! My name is Vanza!

One thing on your style.scss, in my opinion, next time you can just do:

background: url(../images/bg-mobile.svg), $violet;

Rather than this:

background: url(./../images/bg-mobile.svg), $violet;

Because in my opinion, it's just kinda redundant, since it's just doing the same thing.

That's it! Hopefully this little tip may useful for you!

Marked as helpful

0

Siddhesh Kambleβ€’ 330

@Sk7867

Posted

@vanzasetia Yaa, It is a bit helpful πŸ˜…, saves some typing effort. I just have a simple query how do you highlight properties like background and all πŸ˜… Thank you πŸ™Œ

0
Vanza Setiaβ€’ 27,795

@vanzasetia

Posted

@Sk7867 To highlight large block of code just do three backticks.

Well, if you want to know everything about highlightning, bold, italic, etc. You can click the keyboard icon on the top right corner when you want to reply to see the syntax.

0

Please log in to post a comment

Log in with GitHub
Discord logo

Join our Discord community

Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!

Join our Discord