Skip to content

Commit f3d0a93

Browse files
authored
Update README.md
1 parent 03d3e18 commit f3d0a93

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,24 @@
22

33
## What is CSS IDENTIFIER?
44
Want to discover the style of the top ranking websites?
5-
CSS Identifier is a tool which provides you the value of any css property in any existing website.
5+
CSS Identifier is a tool for web designers and front end developers which provides the value of any css property in any existing website.
66

77
***
88

99
![Example](http://i.imgur.com/Bd7yPjW.jpg)
1010

1111
## Getting Started
12-
Paste the javscript code in the console of your browser and hit enter the tool will appear to you on the page.
13-
you can get the code from [here](https://raw.githubusercontent.com/TarekAlQaddy/cssIdentifier/master/source/cssIdentifier.min.js)
12+
Paste the javascript code in the console of your browser and hit enter the tool will appear to you on the page.
13+
you can get the code from [here](https://raw.githubusercontent.com/TarekAlQaddy/cssIdentifier/master/source/cssIdentifier.min.js)
1414

1515

1616
## How To
17-
To get the value simply write the css property (as in css or camel case) and hit enter then click on the element which you want to know about.
17+
To get the value simply write the css property (as in css or camelCase) and hit enter then click on the element which you want to know about.
1818
To clear the list erase the input field and hit enter.
1919
The color of the input field indicates the correctness of the syntax.
2020
The results are shown from this Node then its parent and up to the root.
21+
Hover over the elements in the list
22+
2123

2224

2325
## Browser Compatibility

0 commit comments

Comments
 (0)