copy and paste this google map to your website or blog!
Press copy button and paste into your blog or website.
(Please switch to 'HTML' mode when posting into your blog. Examples: WordPress Example, Blogger Example)
css selectors - What does * mean in CSS? - Stack Overflow 101 This is a common technique called a CSS reset Different browsers use different default margins, causing sites to look different by margins The * means "all elements" (a universal selector), so we are setting all elements to have zero margins, and zero padding, thus making them look the same in all browsers
What is WebKit and how is it related to CSS? - Stack Overflow The -webkit prefix on CSS selectors are properties that only this engine is intended to process, very similar to -moz properties Many of us are hoping this goes away, for example -webkit-border-radius will be replaced by the standard border-radius and you won't need multiple rules for the same thing for multiple browsers