+ 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
3 ответов
+ 19
U can try this one 👇
https://www.w3schools.com/css/css_grid.asp
+ 1
like what you did with the emoji 😊
+ 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.