Skip to content

Latest commit

 

History

History
19 lines (9 loc) · 598 Bytes

README.md

File metadata and controls

19 lines (9 loc) · 598 Bytes

Imposition Calculatoir

JavaScript program to calculate printing press sheet impositions. Created to help visualize layouts.

Link to project: https://adamdotjs.github.io/imposition-calculator

image

How It's Made:

Tech used: HTML, CSS, JavaScript

Used viewport units to ensure the entire page fit in view.

Lessons Learned:

This required quite a lot of manipulation with CSS variables to produce accurate results and was a great learning experience on how to do that.