Email or username:

Password:

Forgot your password?
Maxim Lebedev

I continue to improve my #CSS #framework for my own projects and website. Besides rough #layout blocks, #typography and forms, right now I've settled on tables.

Advise materials and publications on how to layout them better: visual presentation, CSS tricks, horizontal and vertical view, whether to override `display` and so on. As a live example, I want to design a simple #table with sample email subject lines.

1 comment
Maxim Lebedev

I know that it is better to make the header bold. When using machine or generated data it's better to use monospaced fonts. By default, data should be left-aligned to the top of the cell, and numbers should be right-aligned. You should also avoid "zebra" on the background or other bright separation and highlighting of rows and columns with colors and lines. But I guess that's all I know.

Go Up