I want to know some Box-shadow guide?
Jessica
@perezjprz19All comments
- @Cdrn19Submitted almost 3 years ago
- @AdamElitzurSubmitted almost 3 years ago
Is there anything that I should be doing differently? Maybe with the units, is it bad to hardcode in 25 ems just because it looks right?
@perezjprz19Posted almost 3 years agoSo your image is actually huge on my phone and I think that is because you hard coded the width and the height, so it's not adjusting to my screen size and it's overflowing.
Could you try playing around with max-width instead of width?
I also didn't add a height to mine. I let the content in the card decide the height.
Marked as helpful1 - @higor-costaSubmitted almost 3 years ago
Aceito feedback sobre o projeto.
- Em quais pontos eu devo melhorar?
- Pontos positivos e negativos?
@perezjprz19Posted almost 3 years agoVocê é muito bem-vindo!! Fico feliz em poder ajudar.
Marked as helpful0 - @Adriana2710Submitted almost 3 years ago
Hello everyone! I've just completed the "QR code component" challenge and to be honest I don't know what I did wrong but looks like the size of the page is different. I'm a newbie in Front End, just finished one course of HTML5 and CSS basics, if someone has some time could you please give some tips on what I did wrong, any feedback and suggestions on how I can improve are very welcome!
@perezjprz19Posted almost 3 years agoHmm... your solution looks great. Just try giving the body
height: 100vh; display: flex; justify-content: center; align-items: center;
Marked as helpful1 - @billbahrSubmitted almost 3 years ago
I feel like to be production ready this solution would require some cleanup and a bunch more data validation and error checking. Do people usually spend a lot of time on that kind of thing in these challenges?
@perezjprz19Posted almost 3 years agoEveryone is at different levels in their learning journey, but with that being said, you get out of these challenges what you put in to them, In my opinion.
Eventually these challenges will be used to make it easier for us to find jobs through the creation of the hiring platform. So if that's your goal, then I'd recommend making sure your solutions are as good as you can make them.
If that's not your goal, other coders might still see your submitted code and use it as a learning resource. So that's something to consider I think.
Marked as helpful0 - @xBuzAxSubmitted almost 3 years ago
Hi,
This is my second project made with frontend mentor and I am very satisfied.
Do you think I could improve something? Write, comment. I will accept any criticism :)
@perezjprz19Posted almost 3 years agoThe color for the attribution is illegible, so you might want to consider changing the color since they would not meet accessibility standards.
I would recommend using opacity and mix-blend-mode to get the color of the overlay closer to the design.
Marked as helpful1 - @devsimocastlesSubmitted almost 3 years ago
what do you think about my solution? I'd accept any feedback
@perezjprz19Posted almost 3 years ago👋
Looks good, but I think you need a bit of margin around your card so that it doesn't touch edges. Card touches top and bottom sides on mobile.
Marked as helpful1 - @ezraisnotadevSubmitted almost 3 years ago
Hi there,
I feel I fumbled my way to the solution (i guess that's how you learn right). Any suggestions on how I could make the design responsive?
Thanks
@perezjprz19Posted almost 3 years ago👋
I used max-width for the card and the image, rather than giving it an explicit width value.
0 - @RahmanwghaziSubmitted almost 3 years ago@perezjprz19Posted almost 3 years ago
Hey there! 👋 it looks like the link to your code isn't working. Also adding a little bit of padding to the bottom of the card will give it a little more space between the text and the edge of the card, as in the design.
Overall, good job!
0 - @newbloomSubmitted almost 3 years ago
I don't know if I'm using media queries correctly. Should I be building the bulk of my CSS for mobile purposes, and then creating a media query with the necessary changes to the CSS for desktop view? Or should I have individual queries for each?
I'm not sure I've implemented the desktop to browser switch effectively.
@perezjprz19Posted almost 3 years agoThat's they way I do it, at least. I build all my code for mobile and then start increasing my viewport width slowly. When things start to look weird, I tweak my code and add media queries of necessary.
Marked as helpful0 - @ToHXSubmitted almost 3 years ago
Hi everyone,
I'm not completely happy with my card-shadow. I did use a website (https://getcssscan.com/css-box-shadow-examples) for that but you can see that on the QR Code img it doesn't fit.
Apart from that, I was this time much faster in building my solution as this is my 2nd project. :)
@perezjprz19Posted almost 3 years agoHi ToHX!
I think your shadow looks fine based on the challenge comparison. However, the card does touch the edges of my phone screen so I can't really see the shadow. Some margin could help with that.
Marked as helpful0 - @AchmadRiyadiSubmitted almost 3 years ago
Still a newbie and learning. Any feedback is welcomed