Showing posts with label normalize stylesheets. Show all posts
Showing posts with label normalize stylesheets. Show all posts

Monday, November 17, 2014

Make css work the same across all browsers

Link the following stylesheet to keep CSS the same across all browsers:

<head>
<link rel="stylesheet" src="normalize-css.googlecode.com/svn/trunk/normalize.css">

Thanks Udacity.