2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | Current Level: 15
Once your team’s shared style.css
file is in main
, everyone should link to it from their own page to keep the site consistent and clean. This is your chance to practice using issues, branches, and pull requests individually.
Each student will open an issue, create a new branch, and update their own HTML file to include the shared CSS. You should only link to the file—do not edit the CSS itself.
Open a GitHub Issue
Link CSS to jordan.html
.Create a New Branch
link-css-jordan
.Edit Your HTML File
jordan.html
), locate the <head>
tag.<link rel="stylesheet" href="style.css">
Commit with an Issue Reference
Links CSS file to jordan.html - Fixes #18
Open a Pull Request and Merge
main
.main
style.css
in your HTML fileWhat problems could happen if students edited the CSS file directly without coordination?