How to get CSS selector easily - kdaisho/Blog GitHub Wiki
Do the following in Chrome dev tool;
- Right click on the element
- Copy > Copy selector
That's it.
You'll get something like this;
#main > div:nth-child(4) > div.container_03 > div > h3
Do the following in Chrome dev tool;
That's it.
You'll get something like this;
#main > div:nth-child(4) > div.container_03 > div > h3