xxxxxxxxxx
<head>
<link rel="stylesheet" href="[name of css file]"
</head>
xxxxxxxxxx
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
</head>
<html>
#make sure that you are using the link tag inside the head tag
xxxxxxxxxx
// You can pass mutliple links into the urls using an array as well
browser.windows.create({url: "google.com"});
xxxxxxxxxx
/* ######## Navigation Menu Css by sorabloggingtips.com ######################### */