@davidferreirad1
Submitted
Improving the use of flexbox css
@NitaLewska
@davidferreirad1
Submitted
Improving the use of flexbox css
@NitaLewska
Posted
Hi there! =)
<br>
tag =) try to make words wrap automatically setting right paddings and margins =)Marked as helpful
@jgreen721
Submitted
Just some more practice using Figma specs. Feels frustrating sometimes in that, doesn't always feels consistent to CSS conventions?? and in making changes with the responsiveness I found a few instances where it felt they just change the parent-child container relationship entirely and in a manner that doesn't feel reasonable/necessary. Invariably I'm almost finding the entire thing to be an absolute/left/top
game and in some ways container/divs be damned, which doesn't really feel right. Would appreciate advice with anyone experienced in the design conversion process, or just any feedback/suggestions in general!
@NitaLewska
Posted
Hey! =) you've done a great work completing this challenge!
If it's okay, I'd suggest you to read about semantic HTML though =) Tags like <header>
, <main>
, <footer>
, <section>
and so on are really important for the aссessibility!
https://www.w3schools.com/html/html5_semantic_elements.asp
https://stackoverflow.com/questions/1729447/what-are-the-benefits-of-using-semantic-html
What's for your question - try to follow some tutorials on Youtube, for example, so to see, how other people do it. I can't really advise you any particular vids, as I mostly watch tutorials in Russian. Anyways, in the beginning, tutorials can be a great help, as we need to learn from the best =) Just remember the main rule - not only watch, but repeat everything yourself, too!!!
Also you can look how other people here or on GitHub solved the same challenge and try to understand what they've done and how it works =)
Marked as helpful
@000xzhou
Submitted
The most difficultly part is installing react. Since I'm just learning react here is a simple static page made from it.
Thank you everyone for helping me deploy this react project on github. The problem all along was because I type my /<repo>/ wrong
@NitaLewska
Posted
Have you tried this guide?
https://github.com/gitname/react-gh-pages
Marked as helpful
@MohamedLebda
Submitted
Any suggestions to help me improve are appreciated
@NitaLewska
Posted
If it's okay, I'd recommend you to try using PixelPerfect browser addon so to make your projects closer to the design, as, when we don't have a Figma or Photoshop prototype, it's hard to check if everything is as in the given pictures =)
Marked as helpful
I had some difficult in use an img tag instead of background-image style in a div, if anyone know an easy way to use an img tag inside of a div without break I would love to learn it!
@NitaLewska
Posted
You can try and use <picture> tag to display different images =)
You'd better use semantic tags other than endless divs =) <section>
, <article>
, <aside>
and other tags like that are really important for the aссessibility!
Marked as helpful
@CarlosAlfredo1707
Submitted
All feedback is well received, that will help me to improve my skills.
@NitaLewska
Posted
Hi!
you can try and use <picture> tag to display different images instead of changing background. I'm a beginner,too, but I've read that it's okay to use background method with images that aren't really necessary for a user, like different design elements and so on, but those that ARE to be seen no matter what, like product photos, should be definitely put into an <img> or <picture> tags.
If for some reason CSS file fails to upload, our clients will get the image wrapped in <img> anyways, and those in the background won't load =(
So, i recommend you to read about <picture> and srcset property for <img>!
Marked as helpful
@Mar1362
Submitted
here the stats preview card component, hope you enjoy it, feel free to feedback and comment :)
@NitaLewska
Posted
If it's okay, I'd recommend you to try using PixelPerfect browser addon so to make your projects closer to the design, as, when we don't have a Figma or Photoshop prototype, it's hard to check if everything is as in the given pictures =)
Also, you haven't done that purple tint, and that's quite a challenge to implement it with CSS =)
Marked as helpful
@Mar1362
Submitted
waiting for your feedback! if you have some suggestion, i am open to that too . Thank you!
@NitaLewska
Posted
You can try and use <picture> tag to display different images instead of changing background. I'm a beginner,too, but I've read that it's okay to use background method with images that aren't really necessary for a user, like different design elements and so on, but those that ARE to be seen no matter what, like product photos, should be definitely put into an <img> or <picture> tags.
If for some reason CSS file fails to upload, our clients will get the image wrapped in <img> anyways, and those in the background won't load =(
So, i recommend you to read about <picture> and srcset property for <img>!
Marked as helpful
@BlackForest1217
Submitted
I do not currently have a question to ask about programming code (CSS or HTML). As for this world, what is this world?
@NitaLewska
Posted
If it's okay, I'd recommend you to try using PixelPerfect addon so to make your projects closer to the design, as, when we don't have a Figma or Photoshop prototype, it's hard to check if everything is as in the given pictures =)
@GoranK89
Submitted
This challenge was harder than expected, especially the first card, which was glued together with absolute positioning (not sure if thats good). Another issue is the spacing below the paragraphs in the 2nd row, not sure currently how to approach that. Overall it feels like I also used a lot of unnecesary CSS selectors, so any future changes to this challenge might be a bit confusing.
@NitaLewska
Posted
Hi! I'd recommend you to read about CSS Grid and to try to rebuild this project using it. Using absolute positioning for each isn't really the best idea, as it kills responsiveness at some point.
Marked as helpful
@gawnad
Submitted
Hi fellow coders, I am pretty new to the coding game and would very much appreciate any advise, constructive criticism on my code. This is my 1st project on Frontend Mentor. I have been on a few Udemy courses as well. Thank you in advance for your responses.
@NitaLewska
Posted
Hi! =)
It seems that on your PC styles.css file was in a folder "style", so, when you uploaded your project on GitHub, link stopped working.
Marked as helpful
@adashleo
Submitted
Any feedback will be appreciated.
@NitaLewska
Posted
Hi! =)
Nevertheless, you've made a good job =)
Marked as helpful