April 2018
Beginner
368 pages
7h 37m
English
To get started, let's create a folder called Racing Club Bootstrap. In Atom, we will open a new window, click on Add Project Folder..., and locate the Racing Club Bootstrap.
Inside, let's create our index.html file. Click on Create New (Ctrl + N or Cmd + N), and save it so that we can name the file index.html.
Once done, let's head to the Bootstrap website (http://getbootstrap.com/docs/4.0/getting-started/introduction/), specifically, the Introduction section.
In this section, Bootstrap provides you with a template to kick-start your project:

Copy the code provided and paste it into your index.html ...