diff --git a/CSS-Selector-help.md b/CSS-Selector-help.md new file mode 100644 index 0000000..826b5ad --- /dev/null +++ b/CSS-Selector-help.md @@ -0,0 +1,2 @@ + +It's as simple as pressing F12, navigating in the element tree until you find what you want to select, or right clicking on the thing on the page and pressing on inspect element, then finding the element in the element tree; then right click and click on Copy > Copy selector. That guarantees you have a syntactically correct selector for specifically that element of that page. \ No newline at end of file