Md Zafer Eqbal
@MdZaferEqbalAll comments
- @kira7777Submitted 3 days ago
- @kira7777Submitted 4 days ago@MdZaferEqbalPosted 4 days ago
you can use grid-template-areas to improve your design even more.
grid-template-areas: "supervisor team calculator" "supervisor karma calculator";
0 - @thibault-devergeSubmitted about 1 month ago@MdZaferEqbalPosted about 1 month ago
I am new to responsive designing. And I can't see any issue with the solution above.
1 - @ismailhasirSubmitted about 1 month ago@MdZaferEqbalPosted about 1 month ago
You can even improve it further by adding padding-left to the lists and in table the rows can be center aligned using text-alignment. Apart from these everything look great.
0 - @ismailhasirSubmitted about 1 month ago@MdZaferEqbalPosted about 1 month ago
Its nearly perfect apart from some padding and margin
0 - @stephany247Submitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
I’m proud of implementing responsive design and accessibility features in the blog preview card, enhancing user experience through semantic HTML5 and clear hover and focus states.
Next time, I’d focus on refining the design based on user feedback and experiment with more advanced CSS techniques for layout control.
What challenges did you encounter, and how did you overcome them?I faced a challenge with embedding an already downloaded font into my project. To overcome this, I researched the correct @font-face syntax and adjusted the paths to ensure the font files loaded correctly.
What specific areas of your project would you like help with?-
Accessibility: How can I improve accessibility for screen readers in my project?
-
Font Embedding: What’s the best way to ensure the custom fonts I’ve downloaded are properly embedded and displayed in my project?
-
- @KasiaKaz14Submitted about 1 month agoWhat are you most proud of, and what would you do differently next time?
I have some experience with html and css, so it was not hard for me. I took me more or less an hour to finish the whole project. I am happy that I could do it so fast. What can I do better next time? Just finish it faster than today ;)
What challenges did you encounter, and how did you overcome them?As I wrote in the last answer - it was not so difficult for me, but I made a really basic mistake at the beginning of the project. I started writing code before making a configuration, so had to create a new repo to fix the problem because I could not push changes to github..
What specific areas of your project would you like help with?I would say it's a quite good code, but if someone wants to give me an advice what can I do better or faster - I will be grateful. I am waiting for some challenges that contains Javascript. This is my main aim to improve my skills and enrich my portfolio with some new interesting projects
@MdZaferEqbalPosted about 1 month agoI think in this solution it can be improved. The entire bar-code container can be moved at the center of the page.
0