简体   繁体   English

Github和CSS Assist

[英]Github and CSS Assist

I've read others having this problem but can't seem to find a solution to fix my issue. 我已经读过其他人遇到这个问题,但似乎找不到解决方案来解决我的问题。 I initially upload a simple html site (web dev bootcamp thing) which worked fine. 我最初上传一个简单的html网站(web dev bootcamp的东西)工作正常。 Now I'm trying to add my css style sheet (external) and it doesn't work. 现在我正在尝试添加我的CSS样式表(外部),但它不起作用。 When I pull it up locally it works fine. 当我在本地拉它时它工作正常。 Github Site: https://jessicaschmitt104.github.io/cv/ Github网站: https//jessicaschmitt104.github.io/cv/

I've tried several tips on StackOverflow and the Github help pages with no luck. 我已经在StackOverflow和Github帮助页面上尝试了几个技巧,没有运气。

<!DOCTYPE html>
<html>

<head>
  <meta charset="utf-8">
  <title>Jessica's Personal Site</title>

  <link rel="stylesheet" href="css/styles.css">

</head>

I'm pretty new at this, so any is appreciated. 我对此非常陌生,所以任何人都表示赞赏。 Thanks! 谢谢!

尝试将./放在css/styles.css前面。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM