From 709d207db8d6025a6456da39a7ab751237f5aacf Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Fri, 18 Jun 2021 11:35:44 +1000 Subject: [PATCH] Created CSS Selector help (markdown) --- CSS-Selector-help.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CSS-Selector-help.md 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