This is a simple HTML document that attempts to apply concepts of boxing, cascading, sizing, and other CSS concepts to recreate the styles of the letter example provided in the Lab.
-
To run website, click on the green button above labeled "Code" and copy the URL under HTTPS.
-
Open GitBash and navigate to a repository/folder where you would like to hold this repository.
-
Run the following command with the URL you copied.
$ git clone [URL]- Open VScode (or other platform), Click on File -> Open Folder, and find the location of the copied repository and open it.
- Click on index.html, right-click on the same file and click "Show preview." This should open the website to the right. You can also copy the URL and paste it into your browser.