Anonymous 04/04/2017 (Tue) 23:27:42 No. 4 del
(97.16 KB 2046x956 stylesheet.png)
How to test CSS on the current page you're on

Firefox

1. Hold Ctrl + Shift + I
2. Click Style Editor
3. Scroll to the bottom of the editor
4. Paste your CSS at the bottom

Chrome

1. Hold Ctrl + Shift + I
2. In Elements text editor, right-click the line <head>...</head> and click Edit as HTML
3. At the bottom, right before </head>, type <style>, then paste your CSS, then type </style>

The Chrome text editor is often glitchy and scrolls to the top while you're typing so you can't see what you're typing, just try to ignore it and keep typing. It's dumb but it works.