I'm just curious, is it possible to save a stylesheet on Pastebin and then load it in an HTML document? I attempted to link the stylesheet using the standard method, but it didn't seem to work. Below is the test code I experimented with:
<html>
<head>
<title>Test</title>
<link rel="stylesheet" type="text/css"
href="http://pastebin.com/0dY5eBga" />
</head>
<body>
<p>Just testing this out. Will it actually work? My guess is no.</p>
</body>
</html>
The code for the stylesheet I am attempting to use can be found at http://pastebin.com/0dY5eBga.