Comment on Show HN: Simple CSS ButtonparentComments−stdclass8yThe "hard" part about styling buttons is making them look the same for <a>, <button>, <input>, which is solved like a million times.Your solution only addresses <div>, which is a accessibility nightmare.
Comments
The "hard" part about styling buttons is making them look the same for <a>, <button>, <input>, which is solved like a million times.
Your solution only addresses <div>, which is a accessibility nightmare.