0

I have a css file on my git hub. I get a link to raw file (example) When I add it by link I see styles not applied to my elements. Viewing source code in Firefox I see a working link to my style.

<link rel="stylesheet" type="text/css" href="http://raw.githubusercontent.com/Koi7/github-linker/master/fork-me.css">
Václav
  • 527
  • 7
  • 28
user3528865
  • 71
  • 1
  • 6

1 Answers1

0

see this thread

be sure you are using the right url based on whether this is a development project or a production website.

see this fiddle for an example.

    <link rel="stylesheet" type="text/css" href="https://rawgit.com/Koi7/github-linker/master/fork-me.css">

<a class="fork-me-link" href="#"><img src="https://raw.githubusercontent.com/Koi7/github-linker/master/git-hub-link.png" alt=""></a>
Community
  • 1
  • 1
Christopher Pearson
  • 1,113
  • 1
  • 10
  • 26