Advance Project
- Download or clone this repository.
- Download and Open Visual Studio Code.
- Click on File → Open Folder and select the project folder.
- Open the
index.htmlfile. - Right-click and select "Open with Live Server" (if installed).
The HTML file will open in your browser, and the CSS will be applied automatically if it is linked properly.
Make sure the CSS file is linked in your HTML like this:
<link rel="stylesheet" href="style.css">