xxxxxxxxxx
<link rel="stylesheet" href="path/filename.css">
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"});