What website is best to learn CSS Grid | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

What website is best to learn CSS Grid

i have been told on another post about my change counter to look up CSS grid and i have and already starting to use it but i feel as if im missing some thing in the code so i need a website i can look at where all the information is there even a simple example may help me i dont have the code in the app yet as i code on a pc as its easier to work with the post i referred to is below https://www.sololearn.com/discuss/1179302/?ref=app

3rd Apr 2018, 7:57 AM
Brennan Woodroof
Brennan Woodroof - avatar
3 Answers
+ 19
3rd Apr 2018, 9:05 AM
🌛DT🌜
🌛DT🌜 - avatar
+ 1
like what you did with the emoji 😊
3rd Apr 2018, 9:13 PM
Brennan Woodroof
Brennan Woodroof - avatar
+ 1
Try avoiding <table> element, if your goal is the creation of a fully responsive website. Use CSS and JavaScript tabs for CSS and JS/JQ code, that way you maintain readability of the project. Try out this guide: https://css-tricks.com/responsive-data-tables/ And CSS grid guide: https://css-tricks.com/snippets/css/complete-guide-grid/ Have fun mate.
17th May 2018, 1:15 AM
Vladimir
Vladimir - avatar