In the linked picture you can see the path to the css folder ,i tried to open the server . The html code works . But the css doesn't work . I think the problem is in the path . If yes , how to correct it ? I have no idea
<!DOCTYPE html>
<html>
  <head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <meta name="description" content="Crypto currency news">
  <meta name="keywords" content="bitcoin altcoin>
  <meta name="unknown" content="industry">
  <title>Acme News | About</title>
  <link rel="stylesheet" href="./css/style.css">
  </head>
