CSS uses font weigh to select different fonts according to their thickness

Seeing this title, someone's first reaction may be that font weigh controls the font thickness? Why choose a different font package? Because many fonts do not contain thickness levels, setting font weight is invalid! Let's see the following example using the same font, The font weight is set to 600, 500, 40
 CSS uses font weigh to select different fonts according to their thickness

How to keep the footer at the bottom of the page more elegantly

A few months ago (as if yesterday), I wrote an article about how to keep the footer at the bottom of the page gracefully. Using flex layout, the footer is always at the bottom of the container. I used the grid layout when I was creating a page these days. It suddenly occurred to me that it seems easier to use the grid layout to implement sticky footers. What is a grid layout? A grid layout can transform
 How to keep the footer at the bottom of the page more elegantly

Artifact UnCSS Online, one click to remove invalid styles in css

In the process of project development, the front-end design changes from time to time. At this time, new effects are often produced first. When the project is completed, there will be some abandoned CSS code. Or when picking up a station, sometimes I just want to pick up a small place. If I pick up the corresponding CSS bit by bit, it is also a lot of work. At this time, UnCSS Online will come into use. Open web address:
 Artifact UnCSS Online, one click to remove invalid styles in css
Top