Having to work with grid layout and being able to develop such a layout.
What challenges did you encounter, and how did you overcome them?Trying to come up with the break point
Having to work with grid layout and being able to develop such a layout.
What challenges did you encounter, and how did you overcome them?Trying to come up with the break point
Amazing Job but i would recommend using
.text{ line-height:1.3; }
for a better text display
Damnnn your site is matching to the finest of the pixel wow
Nicely done but would suggest not using pixel rather using rem or % and it was nice to see that the site was responsive
Nice but you needed to make it responsive and i saw that you had a media query but you commented it out try to make it responsive through media query
If you just add paddings in the table content for example
.td{ padding:1em; }
your code would be spot on
i guess if you add
table{ width:100% }
it would align as it is in the preview