Latest solutions
FAQ Acordion - Responsive
Submitted 9 months agoThe position of card is not right. How to solve this problem?
Responsive page using CSS for the product view
Submitted 11 months agoHow can I use HTML semetic in my code?
Responsive Recipe Page using SCSS
#sass/scssSubmitted 11 months agoAs I mentioned above, I made the responsive design a bit messy to save the day, but I know I need to do it properly. What are your opinions on this?
Responsive landing page using CSS + SCSS
Submitted 12 months agoI want to know, how readable and usefull my code is. Because I write some codes at home. But i dont know how usefull they are.
Latest comments
- @marupovdostonSubmitted 7 months ago@cahitalpdemirPosted 6 months ago
You should use grid-template-columns: repeat(4, 1fr);
Marked as helpful0 - @xStephxSubmitted 9 months ago@cahitalpdemirPosted 9 months ago
Good job! I have a question instead of a recomandation! :) I also want to learn tailwind, but I don't know how to make a specific design here with tailwind. As far as I know tailwind has its own colors. How can we import a color from outside?
1 - @Ahmed-l2Submitted 9 months agoWhat are you most proud of, and what would you do differently next time?
Once again, I've taken the mobile-first approach and I'm getting more comfortable using flexbox and creating responsive designs
@cahitalpdemirPosted 9 months agoIt looks nice but why is there a white area bottom ? How can we fix it?
0 - @wassimboualamSubmitted 11 months agoWhat are you most proud of, and what would you do differently next time?
I am proud of how well the site turn out to be, especially after hours of trial and error.
If I were to do it again, I would have started with the mobile design, since it's less of a headache to make than the desktop design.
What challenges did you encounter, and how did you overcome them?Dealing with proportions, image ratios and remembering where half the css variables come from.
What specific areas of your project would you like help with?The css ended up looking like a mess, with all the nonsense variables that I tried to implement , half of which I completly forgot about. So I would like help in make the style.css file even one line smaller.
@cahitalpdemirPosted 11 months agoIt looks great! Using root is nice! Next time I would try it!
0 - @JerrymansurjoeSubmitted 11 months agoWhat are you most proud of, and what would you do differently next time?
Any comments or corrections you may have are greatly appreciated. Thank you in advance!
@cahitalpdemirPosted 11 months agoEven though the background color is different, it's nice :) How did you adjust the height of the card? Did you use a fixed number? Or a ratio? This was the challenge I faced in my project
Marked as helpful0 - @Devs-advocateSubmitted 12 months agoWhat are you most proud of, and what would you do differently next time?
I'm happy with it and there isn't a need to change the way I approached it as far as I can tell. Perhaps I'll try the layout using grid if I were to do something similar.
What challenges did you encounter, and how did you overcome them?I had to research how to change the quotation marks. I was able to solve this via stackoverflow.
What specific areas of your project would you like help with?I was quite comfortable with challenge.