Erkant
@erntTt94All comments
- @sakib-gitSubmitted 2 months ago@erntTt94Posted 10 days ago
Hello, good job! Seems like there need to be more paddind on each of the boxes, at middle resolution need some fixes, otherwise well done...
0 - @Olaniyi-FatolaSubmitted 14 days agoWhat are you most proud of, and what would you do differently next time?
I've been on this project for quite a while, I learnt more about CSS grid, CSS flexbox and even media queries while doing this project.
I'm really proud to finish this project after a long time on the project.
What challenges did you encounter, and how did you overcome them?I was unable to change the colors of the numbers in the Ol list and even the right colors of the dot list in the Ul lists.
I also tried using tailwind CSS at first for the project but while using it, I am unable to figure out the Ul and Ol list as they are not working, so I had to switch to native CSS.
What specific areas of your project would you like help with?I'll very much be happy if I get a critic on the CSS and also a way to go with the above problems I faced. Thanks
@erntTt94Posted 14 days agoHello, very good job! I would like to help with some of your problems:
- To change the color of your ol or your ul you can use li::marker { color: }
- For the table and only the second ones you can use td:nth-of-type(2n) and this is going to change the color of every 2nd 'table data' I hope i helped with some of your problems and about @tailwind i can't help, because i use only pure CSS..
0 - @kaaatoSubmitted 14 days agoWhat challenges did you encounter, and how did you overcome them?
I'm glad that I did the previous challenge. It helped me a lot for this one.
What specific areas of your project would you like help with?Any feedback are appreciated.
@erntTt94Posted 14 days agoHey, really nice one! Your layout is responsive, your code is well-structured, you used semantic HTML and overall well done.
0 - @Lukas3162000Submitted 18 days agoWhat are you most proud of, and what would you do differently next time?
I'm proud of getting better at flexbox
What challenges did you encounter, and how did you overcome them?Putting the coloured stripe ontop of the card-div. I googled a solution and asked chatgpt for advice.
@erntTt94Posted 14 days agoGood job, its responsive, used HTML semantic, your code is reusable and overall everything is good... just at the middle resolution its a bit blurred and you can change them to be 2x2 and it will be perfect, but that is not a big deal..
0 - @Daydream-SoftworksSubmitted 14 days agoWhat are you most proud of, and what would you do differently next time?
I am most proud that I am moving away from fixed sizes and rather use the padding property to add spacing within containers.
What challenges did you encounter, and how did you overcome them?While completing this challenge, I did not encounter any challenges but rather put into practice the skills that I gained by completing previous challenges.
What specific areas of your project would you like help with?Any feedback would be greatly appreciated
@erntTt94Posted 14 days agoHello, good job! Everything is really good, but i think you can add your @media at around 420px not at 800px, because at 800px there is too much space from both sides of the card and there is no point of doing that in case of responsiveness..
Marked as helpful0 - @i000oSubmitted 14 days agoWhat specific areas of your project would you like help with?
Do I need JS to make the pointer cursor black?
@erntTt94Posted 14 days agoHello, good job! You can change the coursor to pointer via CSS with cursor: pointer; and to be a different color that depends on the user coursor settings from his PC i think...
1 - @TurtlewordsSubmitted 16 days agoWhat are you most proud of, and what would you do differently next time?
I was excited to work more on the @font-face rule. For the next project, I will look more into using media queries to create more responsive designs.
What challenges did you encounter, and how did you overcome them?At first I was unsure how to include custom fonts in the design. With some help from https://www.w3schools.com I learned what I needed to incorporate the necessary fonts.
What specific areas of your project would you like help with?Please let me know if there are any issues with spacing of elements. Thanks!
@erntTt94Posted 16 days agoGood job! A little suggestion from me: You can center the container and it will look much better and there is two easy options to do it:
- with margin: 0 auto it will center it horizontally or just set the container display: grid; place-items: center;.
0 - @Nma01Submitted 19 days agoWhat are you most proud of, and what would you do differently next time?
Use of flexbox
What challenges did you encounter, and how did you overcome them?Media Query
@erntTt94Posted 19 days agoHey, good job! My advice for you is that we can have only one h1 in our page... instead of using h1 in all of the places, you can use h2.
0 - @AnneClrSubmitted 28 days agoWhat are you most proud of, and what would you do differently next time?
I didn't know the tags picture and source to change the src according to the size of the screen
- @ks9927Submitted 27 days agoWhat specific areas of your project would you like help with?
My main problem with this was the padding and margins of everything. There were times when things like a heading or a list wouldn't budge when I would add a number to the margin-bottom or padding-bottom property for example. Would like to know what that was all about.
@erntTt94Posted 27 days agoHey, good job! My suggestion is about the responsive design.. at 325px width the container is too small and your last table just goes out of the container.. so you can use @media and maybe you can added more height or you can change the font-size... :)
0 - @sandeepM-codesSubmitted 27 days ago@erntTt94Posted 27 days ago
Hello! Your project is really well done, but i have some suggestions how to improve your code... 1.Instead of writing only <divs> you can change it with <section> or <article> , they are like divs, but with more specific names... 2.Instead of pixels you can change them to be em or rem, they are more responsive than pixels... 3.Also a little plus will be when hover over a button a cursor to be pointer insted of a text.. i mean cursor: pointer... Otherwise your great, keep it that way... I really hope my feedback is helpful to you..
0 - @vaibhu252frontendSubmitted 29 days ago@erntTt94Posted 29 days ago
Well done, i check your HTML and CSS files and both of them are really great... Good job!
0