Skip to content

Instantly share code, notes, and snippets.

@hehongwei44
Last active August 29, 2015 14:03
Show Gist options
  • Select an option

  • Save hehongwei44/026ab4b53dbc7a63024d to your computer and use it in GitHub Desktop.

Select an option

Save hehongwei44/026ab4b53dbc7a63024d to your computer and use it in GitHub Desktop.
去除chrome等浏览器默认的外边框
/**
*
* @link : http://1.hehongwei44.sinaapp.com/?p=207
*
*/
body, textarea, input, button, select, keygen, legend {
outline:none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment