In a recent project, I came across a situation where there were varying lines of text that had to be displayed in the UI. This falls under something that I don’t work with a lot. Also, a couple of the properties have similar names, so I had to double …
Digital Design
CSS Grid Layout and Flexbox layout experiment
Experimenting with Layout It's exciting to read about the growing support for CSS Grid Layouts. As it becomes more of a reality, I really wanted to become more comfortable with how to create a layout and brush up on the properties needed. CSS Grid …
Control typography flow with vh and vw units
Precise typography design on the web has never been easier with specialized units of measure. When you want beautiful typography to display no matter what the screensize is, there are vh and vw style settings. This controls the width and height of …