Latest solutions
This challenge solve by html and css using vs code and host this web.
#accessibilitySubmitted 3 months ago
Latest comments
- @Artyom1513@shanib-code
You need learn some topics like width, img tag for batter understanding. Keep practice good luck.
- @VenkataMadhuK@shanib-code
good but some things may improved. nice work bro.
- @wxyzz22What are you most proud of, and what would you do differently next time?
I learned about "stack" design in CSS.
I also learned to use rem more when working with font sizes. This allows the user to be able to adjust their screen font sizes according to their needs.
I have more experience working with margin in CSS. Understanding default margins applied through "inspect"/"devtools" and then resolve the margins respectively.
I learned about using
@media
to make CSS design more adaptive to user screensize.I also learned about styling the pseudo classes:
- keyboard traverse through links
<a>
; while<a>
usually immediately wraps the text, the focused/hover state should usually style the wrapper of<a>
-- thus one can usefocus-wiithin
- a pseudo class can be think of a class, and so we can style children of a pseudo clas as well (e.g., style the
<a>
element inside the pseudo classli:hover
)
Finally, I can view and style the design more readily in terms of groups of elements (e.g., the design at first looks like 5 groups of elements, but are actually 4 groups of elements).
What challenges did you encounter, and how did you overcome them?I wanted to add
What specific areas of your project would you like help with?<a>
tag to wrap around the list items. However, the focus state automatically focuses <a> instead of the <li> items. After some searches, I learned aboutfocus-within
pseudo state which solved my problem.I think I still don't have a systematic way to go about styling CSS. I usually start from the outer most element and then go inside each small element. Is there a better system out there? Welcome any suggestions.
@shanib-codegood job bro you are a copy master.
- keyboard traverse through links
- @Gurjit05KWhat are you most proud of, and what would you do differently next time?
This website was helpful for me to learn new things and i enjoyed learning new features.
What challenges did you encounter, and how did you overcome them?As this kind of website was new to make for me I did face challenges in styling.
What specific areas of your project would you like help with?As a curious learner I would like to get help in learning every new and old things to gain skills.
@shanib-codegood job brother nice work.
- @Cherish-Tech-Star@shanib-code
your code is code and look like same as original , but you can make this card in center of the screen. Good luck and do practice.