Skip to content

Tremaine website #23956

Discussion options

You must be logged in to vote

The problem is that your index.html is referencing css/styles.css, but the directory in your repository is called Css/:

github.com

Tremainegreen/TremaineGreenIT/blob/5e22617f39c8a0b02c23ef185d5b687c9de7ec26/index.html#L12

  1. <html lang="en">
  2. <head>
  3. <meta charset="UTF-8">
  4. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  5. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  6. <title>TremaineGreenIT</title>
  7. <link rel="stylesheet" href="css/styles.css">
  8. <link rel="icon" href="favicon.ico">
  9. <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500&family=Sacramento&display=swap" rel="stylesheet">
  10. </head>
  11. <body>
  12. <div …

Replies: 3 comments

Comment options

You must be logged in to vote
0 replies
Answer selected
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants