File tree 1 file changed +6
-4
lines changed
1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## What is CSS IDENTIFIER?
4
4
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.
6
6
7
7
***
8
8
9
9
![ Example] ( http://i.imgur.com/Bd7yPjW.jpg )
10
10
11
11
## 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 )
14
14
15
15
16
16
## 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.
18
18
To clear the list erase the input field and hit enter.
19
19
The color of the input field indicates the correctness of the syntax.
20
20
The results are shown from this Node then its parent and up to the root.
21
+ Hover over the elements in the list
22
+
21
23
22
24
23
25
## Browser Compatibility
You can’t perform that action at this time.
0 commit comments