Tag Archives: css

Deep dive CSS: font metrics, line-height and vertical-align – Vincent De Oliveira

An introduction to the inline formatting context. Explores line-height and vertical-align properties, as well as the font metrics. Understand how text is rendered on screen, and how to control it with CSS. Source: Deep dive CSS: font metrics, line-height and … Continue reading

Posted in Dev | Tagged , | Leave a comment

Создание веб-сайта. Курс молодого бойца

Как-то меня попросили провести небольшой семинар в лицее, где я когда-то учился, по созданию веб-сайта. В процессе написания речи я подумал, что она может вылиться в материал, который, возможно, будет полезен многим начинающим в области веб-дизайна, вёрстки веб-страниц и пр. … Continue reading

Posted in Dev | Tagged , , , | Leave a comment

CSS Protips

A collection of tips to help take your CSS skills pro. Use :not() to Apply/Unapply Borders on Navigation Add Line-Height to body Vertically-Center Anything Comma-Separated Lists Select Items Using Negative nth-child Use SVG for Icons Text Display Optimization Use max-height … Continue reading

Posted in Dev | Tagged , | Leave a comment