Check the site and provide me feedback!
Yashasvi Singh
@Yashasvi2704All comments
- @lrenceeSubmitted over 3 years ago@Yashasvi2704Posted over 3 years ago
Hi Balmores,
You are missing the
:hover
state on buttons, which is a quick fix.Also in the responsive region
< 1265px
, there is a LOT of padding and margins. Just tweak it down a little bit.Other than that, Great.✌
0 - @FatimahFarooqSubmitted over 3 years ago
Any feedback is welcomed,love to make improvements ..
@Yashasvi2704Posted over 3 years agoHi Fatima, I guess you started mobile first, which looks pretty solid.
There were a few Issues I could spot.
1.On a large screen, the section for content should have a
max-width
property set so the card doesn't take up the full available width.-
From
1300-1400px
, the content of the card overflows the card. -
The image looks a lot stretched from
700-1300px
. You can use a background image instead of a<img>
tag.
Marked as helpful0 -
- @Marlonsz36Submitted over 3 years ago
Hello, this is my second challenge, I would appreciate in advance some recommendation regarding the design, thanks.
@Yashasvi2704Posted over 3 years agoHi @Marlonsz36,
Good to see the use of
:first-child
and:last-child
selectors. Makes the solution way more flexible than mine.One thing that I spotted was
1.On changing responsiveness, some cards have different heights do to the difference in content of each card.
Different Height Card Fix.
1.You know flexbox as you used it in you cards. You could use it in the card
.card-body
itself to line up the items vertically .. 2. Instead of of having a fixed margin-bottom on the paragraph, you can just have an defined height for your
.card-body
element and vary the padding between the elements usingpadding-bottom:auto
.Marked as helpful0 - @multidamsySubmitted over 3 years ago
Kindly give recommendations
@Yashasvi2704Posted over 3 years agoHi @@multidamsy,
There are a few minor issue I could spot.
1.On changing responsiveness, some cards have different heights do to the difference in content of each card.
2.The button size on mobile is HUGE . You can make it consistent with the previous button.
Different Height Card Fix.
1.You know flexbox as you used it in you cards. You could use it in the card(
.box-1, .box-2,.box-3
) itself to line up the items vertically .. 2. Instead of of having
padding :5%;
overall, you can just have an defined height for your.box
element and vary the padding between the elements.(you can visit my solution if you wanna do that way.)0 - @walmanjmSubmitted over 3 years ago
suggestion would be nice and welcome ✌
@Yashasvi2704Posted over 3 years agoHi @walmanjm,
The implementation looks good for mobile as well as big screens. You might wanna look into the area of
770px-1000px
where everything is too squeezed and starts overlapping.Good Work.!
0 - @simpsonpaisleySubmitted over 3 years ago
Hi,
I hope this is mostly correct. One issue I am having is that the card heights are different when changing the size of the page. Once the page reaches a certain width, the cards are fine, but until then they seem to be different heights. Is there anything I can please do to change this?
I also think I may have used too many classes, and could have used more specific selectors such as nth of type selectors or descendent selectors. Is the way I have done it easily readable?, or should I adjust it to make it easier to read and change for other people?
Thank you very much, any feedback is definitely welcome.
@Yashasvi2704Posted over 3 years agoHi Paisley,
For the heights problem that you mentioned,
- You know flexbox as you used it in you cards. You could use it in the card itself
.part
to line up the items vertically .
. 2. Instead of of having
padding :10%;
overall, you can just have an defined height for your.part
element and vary the padding between the elements.(you can visit my solution if you wanna do that way.)For the second point that you mentioned, you might wanna look into the BEM framework( nothing to worry.. it's not like a JS framework😛). It just guides you for the naming convention of the CSS classes. There are alternatives available for BEM. Choose whatever you want.
Marked as helpful0 - You know flexbox as you used it in you cards. You could use it in the card itself
- @Rosh-PySubmitted over 3 years ago
Any feedback is welcome!
@Yashasvi2704Posted over 3 years agoHi Roshan,
Great work! Good to see a slight variation from a flat to Shadow UI. It fits well I have to say.👌
Specially the gradient on the on the hero section. It makes the navigation a whole lot readable compared to the low contrast navigation of the actual design.
If I am being Nit-picky, sorry for that but the white space in the cards of the actual design is looking a little bit better😋
Kudos!
Marked as helpful0 - @benjoquilarioSubmitted over 3 years ago
This is my 10th fem challenge. I don't know why but this challenge really gives me a headache hahaha still needs an improvement.
Suggestion and Feedback I really appreciate it.
@Yashasvi2704Posted over 3 years agoHi Benjo, I've also been at this place where you want to use the
<img>
tags instead of using a background image.(feels like it would be more flexible)But I realized, the custom changes you can make with background images are way more than
<img>
tags...so I would suggest you to use them.1 - @noviarrizalSubmitted over 3 years ago
This is my first solo project without seeing another person code or copy another person code, and i guess, i still need to learn a lot of things, because i think my code is not what it should be or like most people, and i'm having trouble understanding css, flexbox and i hope someone can give me some advice.
@Yashasvi2704Posted over 3 years agoHey Arif,
Why do you sound so sad?.
Cheer up. It's a start. It looks good. I have a feeling that you are trying to jump into CSS(flexbox) without getting the basics first or maybe you are just struggling with flexbox itself.
There is a good amount of CSS material out there for you to explore. Just need to dive into it.
I would suggest to check Kevin Powell (Youtube) to understand the CSS basics and flexbox from one of his old videos. Just need to a little.✌
0 - @happy-phiriSubmitted over 3 years ago
This was a real test for me. Any feedback would be appreciated
@Yashasvi2704Posted over 3 years agoHi @happy-phiri, Great work on that one.
I couldn't help but notice that the site responds well till 1500px , but after the section around the footer starts overlapping. You might wanna look into that.
Otherwise, Nicely done.
Marked as helpful0 - @exist08Submitted over 3 years ago
Ignore those button borders.
How to make button text's color transparent ?
@Yashasvi2704Posted over 3 years agoHi Anurag, If I understood it correctly, you want the button's text to be a transparent and the background color should be the color showing up inside the text.
Am I right?
0 - @bishalmallickSubmitted over 3 years ago
Please provide a feedback. Tried SASS for the first time and was able to get a satisfying results... Please do provide some feedback for this newbie... thanks in advance
@Yashasvi2704Posted over 3 years agoHi Bishal,
Great work. Just around the media query( around 800px-900px), the text is really squished up and there is no white space between the heading, paragraph and the statistics. That section needs some rework.
One suggestion, instead just of making the whole content section responsive, you can also make the image responsive and divide the width wisely.
1