<link rel="stylesheet" type="text/css" href="style.css"> isn't work -


it's in folder called "website" css file has

body {    background-color: #d0e4fe; } h1 {    color: orange;    text-align: center; } p {    font-family: "times new roman";    font-size: 22px; } 

why isn't working?

i think have wrong quotes. instead of quotes, try "

with stylesheet named style.css placed @ same level web page, following line works me:

<link rel="stylesheet" type="text/css" href="style.css"> 

Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

node.js - Node - Passport Auth - Authed Post Route hangs on form submission -

Does Firefox offer AppleScript support to get URL of windows? -