I have a page with
* {
padding: 0;
margin: 0;
}
set and it's the only way I can get the layout to work properly across all the browsers, but it unfortunately also makes any buttons in forms looks really ugly. I want the browser default styling on the button.
Is there any kind of CSS I can put to fix it?