A bespoke stylesheet that automatically styles semantic HTML to look like Latex.
- Source
- Link to Original 🔗
- Published
- Categories
- HTML & CSS, Web Design
- Tags
- Latex, CSS, stylesheet, design, typography
Explore Other Notes
⬅ Newer
A guide to responsive images
A pretty exhaustive overview of the HTML and CSS options that we now have for responsive image layouts. Here are some key …
Older ➡
Pitfalls of card UIs
A great breakdown from Dave as to why the typical card UI pattern has some inherent issues. Some elements – like making cards all the same height and dealing with responsively collapsing card lists …
- <!DOCTYPE html> <html> <head> <title></title> </head> <body> <p>A bespoke stylesheet that automatically styles semantic HTML to look like …</p> </body> </html>
- Murray Champernowne