Fri Dec 10, 2021 2:20 pm
In CSS, you could always do a simple math to offset elements from the corners or from the perspective of their parent elements. There's also a way to use a grid and align these elements with grid blocks. I wanted to see if there's a similar way to align elements within Davinci Resolve.
Say for example I want to offset two 200X200 squares horizontally from each other by 100 pixels. After that, I want them to be offset from the top and bottom by an 'X' amount (doesn't matter what amount, for the purpose of this example). How would I do this?