CSS reset

This is my minimum css reset

by sasha 2 years, 4 months ago and tagged with: css html reset
1
<style type="text/css">/* RESETS */*{margin:0;padding:0;outline:none;}html{overflow-y:scroll;}body{font:12px 'Lucida Grande',sans-serif;color:#000;}a{text-decoration:none;color:#000}a:hover{text-decoration:underline;color:#000}ul{list-style:none;}</style>

Currently 0 comments

To post a comment, you must login.