I always wanted to know how to get css code from specified element of a web page
Some web sites have a elements that I like and want to add into my localhost page, for example: menu bar.I use inspect element in Google Chrome and I know how to get html code but now css of the element.
I looked at apple.com and I want to add that menu bar to my localhost sites.This is class for menu bar <div class="globalnav-wrapper">
Can you help me to get css code of this menu?My english is not got at all but I think you understand me.
navigate to resources tab after pressing F12 in chrome and then expand directory tree there you will see css right click on it and choose save or save as