As you might expect, the first step to getting started with any new technology is setting up a couple of tools. While it is possible to create HTML and CSS with any text editor, using a code editor will offer features to make your life easier.
We'll be using github.dev, a free, online code editor, for this workshop. If you've ever used Visual Studio Code, this code editor may look familiar to you. One of the awesome things about using github.dev is that you'll be coding directly in the browser. You'll also add the CodeSwing extension, which allows you to make edits to the HTML and CSS and see the results immediately.
Let's start by creating a new repository for this project on GitHub, and then opening it in github.dev.