Ive created a separate folder called css and created a styles.css page within it. Please let me know why my preview page is not showing my css now.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="description"Yasin Zahir>
<title>Yaso's Personal Site</title>
<link rel = "stylesheet"
type = "text/css"
href = "styles.css" />
</head>
question from:https://stackoverflow.com/questions/65661422/why-is-my-html-link-to-external-css-not-working