I am facing an issue with the path to the CSS folder in the linked picture. The HTML code is working fine, but the CSS seems to be not loading correctly. I suspect that the problem lies in the path. How can I rectify this? I'm unsure of what steps to take.
<!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>