Any comment is welcome, hope this looks good :D
Dani Feelshot
@FeelshotAll comments
- @AntonatorSubmitted almost 2 years ago@FeelshotPosted almost 2 years ago
Congratulations on your recent programming exercise fellow DEV! I'm sure you've learned a lot and I'm excited to see your exercise implemented so well. Good job and keep it up!
1 - @EuniceSpSubmitted almost 2 years ago
Any comments for improvement, please tell me
@FeelshotPosted almost 2 years agoCongratulations on completing this challenge! I'm sure it was hard to conclude, but the results are incredible. Keeping up with programming can be a challenge, don't forget to read the official documentation to expand the options when solving a problem. If you need help tag me and I will gladly help you.
0 - @jmzarate09Submitted almost 2 years ago
I'll appreciate any feedback. Thank you.
@FeelshotPosted almost 2 years agoHello future dev, I really liked your programming exercise! If you continue doing your exercises in this way, you will undoubtedly be a great programmer very soon. Keep trying and learning, and don't hesitate to ask for help when you need it, tag me and I'll be happy to help you!
Marked as helpful0 - @kuromikaSubmitted almost 2 years ago
I struggled a lot when it came to making the image and the rest of the card the same size, and I don't know if my approach of giving them the same size was the correct one.
I'm also unsure if the way I named my class elements was the best.
I would appreciate any feedback regarding these matters or any others.
@FeelshotPosted almost 2 years agoCongratulations on your recent programming exercise! I am sure you have worked hard and it has been a great achievement for you. Keeping up with the schedule can be a challenge, but your efforts have paid off. I'm excited to see how you develop as a programmer in the future. Good job!
1 - @Deni-uxSubmitted over 2 years ago
Hi, I actually couldn't finish the project as the 'hidden' attribute is not functional in my code for some reason I couldn't find. If you kindly would take a quick look, I'd really use some feedback. Thank you all :)
- @lopezolidevSubmitted almost 3 years ago
Appreciate your feedback!
@FeelshotPosted almost 3 years agoHello future Dev, I have found some errors that could make your exercise much better. Remember that there are no correct ways to do it, just different ways and the following is my personal recommendation :D
The margin and padding on your elements is not properly applied, due to how you built the main container. You make a container card to center everything, however this harms the visualization of it. Try to make a card of a fixed size and center it with
.card { display:flex; flex-direction:column; justify-content:center; Align-items: center; }
I leave you my exercise so that you can visualize how I arrive at that solution, I hope it will help you.
Github: https://github.com/Feelshot/practica-02-css Live site: https://practica-02-css.vercel.app/
Greetings and good trip mate.
Marked as helpful1 - @anoshaahmedSubmitted almost 3 years ago
First time using SCSS! I love it! It's so convenient!
One thing I wish I had done differently is not nesting. I don't know why I was nesting at first... maybe because I was using SCSS for the first time?and it felt cool? But when it came to do media queries, it was so inconvenient to deal with specification etc. I'm gonna make sure not to do that again if I don't need to.
One problem I kept having, with this solution, was that every time I would save, and my live server would reload, the font-size of random paragraphs would appear larger than before I saved last time. And it was weird because I didn't even touch the font-size of those paragraphs. So, I would stop the live-server and open it again, and the font-size would be back to normal. Then I'd save again, and the font-size would appear larger. Ugh, it was such a hassle.
But yay I'm happy with the result!
- @jdprietom03Submitted almost 3 years ago
I am a beginner, do I need to improve something?
@FeelshotPosted almost 3 years agoVery good work. I would only recommend adjusting the size of the fonts to get a little closer to the final result of the exercise. Also do not forget to use the <h1> and <p> tags for the texts, as well as <figure> for the images. Another recommendation for the pseudo-class: hover would be to use transition: 0.5s; This will help you have a 0.5 second transition and make the animation more fluid. Keep it up, and much success in future jobs.
1 - @NewMeeDevSubmitted almost 3 years ago
Please feel free to analyze and use my code. Positive or negative Feedback is very welcome!
Thank You!
@FeelshotPosted almost 3 years agoVery good work. I would only recommend adjusting the background in the mobile version so that it covers the entire screen.
0 - @TynxtSubmitted almost 3 years ago
Hello!
I would appreciate some feedback on how to make my css grid code less specific to this specific use-case. I am also interested in any advice related to my use of use of the grid layout.
Thanks!
@FeelshotPosted almost 3 years agoVery good work. Another way to do it could be with measurements of fixed boxes. I leave you my exercise so that you can visualize how I did it. I hope it is useful to you and you can find another way to perform the exercises, keep practicing and success in the programmer's way.
https://www.frontendmentor.io/solutions/testimonials-grid-section-challenge-hub-with-css-grid-0p8zgkPqJ
0 - @dazzlerabhi30800Submitted almost 3 years ago
The component working fine on desktop but I am unable to made the site responsive. Any Suggestions!
@FeelshotPosted almost 3 years agoHello, I leave you my repository to be able to appreciate how I made use of the media queries, with this you can make a website responsive. As another comment, try to adjust the measurements of the boxes again, this with width and height, as well as with margin-bottom. Check my code, I hope it can be useful and have a good trip partner: D
https://github.com/Feelshot/practica-06-css
0