This repository aims to share knowledge about the most common css layouts and how to create them. The idea is to have a reference for future projects and to help others to understand how to create these layouts.
Open the public/index.html file in the browser. (the back button will not work in this case, because uses / as the base url)
You can use a nodejs server to run the project. To do that, follow the steps below:
- Check and install nodejs on your machine. You can download it here.
OBS: The specific version used in this project is on the .tool-versions file.
- Run the server using the command below:
node server.mjsThis project is licensed under the MIT License - see the LICENSE.md file for details.