Could someone lend a hand in figuring out why this link isn't working as expected?
I've attempted to adjust margins within the .banner
class, but it doesn't seem to be making any difference. I'm also worried because Atom doesn't seem to be recognizing my stylesheet as CSS even though I have specified it correctly.
HTML
<!DOCTYPE html>
<html>
<head>
<title>Interactive Portfolio Builder</title>
<link rel="stylesheet" type="text/css"
href="Stylesheet-home.css">
</head>
CSS
.banner {
margin-left: 26px;
margin-top: 26px;
}
Appreciate any assistance!