snikadoo / Nick-Monette

0 stars 0 forks source link

css updating issue #1

Open snikadoo opened 5 years ago

snikadoo commented 5 years ago

Hi Thomas, I'm updating my css for the stylish beets assignment and the changes i'm making to main.css are not applying to the online website. Also when creating this issue, there is no "issues" tab on my uploaded stylish beets file, so i had to go under a different file that had that button.

@thomasjbradley

thomasjbradley commented 5 years ago

Re: Issues tab—

Watch this video: https://www.youtube.com/watch?v=vTULg-7xycs (Also linked from the right-hand side of all the weekly dashboards.)

thomasjbradley commented 5 years ago

Re: CSS—

It’s not connected in the HTML file, so the browser can’t find it. The <link> tag needs to be added inside index.html’s <head> tag: https://github.com/snikadoo/stylish-beets/blob/gh-pages/index.html#L3-L7