DEV Community

Discussion on: CSS got too many moving parts

Collapse
 
steveblue profile image
Stephen Belovarich

table is notoriously difficult to style. form inputs also have very peculiar traits, as you have to override browser default styling.

Perhaps take a step back to learn how block elements like div and inline elements like span behave with CSS.