CSS

How To Lay Out Text with CSS — step-by-step DevOps tutorial on Progressive Robot

How To Lay Out Text with CSS

Web typesetting, the art of laying out text, is about controlling the content to present the reader with a pleasant and efficient reading experience. This tutorial will teach you how to use the CSS properties that are most effective at laying out HTML text content. You will use properties like line-height, letter-spacing, and text-transform to optimize for reading and define a content hierarchy by giving headings prominence.

Read more
How To Use Common Units in CSS — step-by-step DevOps tutorial on Progressive Robot

How To Use Common Units in CSS

There are a lot of size units to choose from when styling HTML with CSS. These units help determine how big or small text appears, how wide a container is, or how much space is between columns. In this tutorial you will learn about the the pixel (px), percent (%), em, and rem units. You will use these units in conjunction with several properties, including font-size, padding, border, margin, width, and max-width to learn the differences and strengths of each unit.

Read more
CHAT