|
|
|
|
|
by jake-low
2271 days ago
|
|
The markup for the callout buttons/links on the example page [0] is just <a href="#"><em>Button text</em></a> (for outlined) and <a href="#"><strong>Button text</strong></a> (for filled). That's a pretty creative solution that I definitely haven't seen before. Giving opinionated styles to unclassed HTML elements is definitely not the right fit for every website. But, given this project's goal of being a minimalist, quick-start stylesheet that requires no classes, I think this use of `a em` and `a strong` selectors to create button-y links is pretty ingenious. [0]: https://andybrewer.github.io/mvp/ |
|
I wanted to solve a similar problem when creating sakura.css [0], but I decided to not implement it and keep it even simpler.
[0]: https://github.com/oxalorg/sakura