Technical requirements
For this chapter, we’ll need roughly the same things as for most chapters, as follows:
- A modern browser that supports CSS Grid and offers grid debugging and a grid toolset
- An integrated development environment (IDE) or text editor, such as WebStorm, VS Code, or Vim, with HTML and CSS syntax highlighting
- Internet access is an advantage but not necessary
We can find several of the code examples on GitHub in this repository: https://github.com/PacktPublishing/Mastering-CSS-Grid/tree/main/chapter1.
All screenshots and examples have been made with a Chromium-based browser.