// archives

Freelancing Tips & Tricks

This category contains 11 posts

Fixed vs. Liquid Layouts

When designing a web page, you will stumble upon two different ways on how to do a layout. You can either go for fixed width layouts, in which the width of the whole page is set within a specified numerical value, or liquid layouts, where the width of the page moves depending on how wide [...]