In custom view of block grid item in backoffice, we can access colSpan and rowSpan . Furthermore we can style based on parent context by setting and attribute or class on layout block and update CSS variables as mentioned here.
https://umbraco.com/blog/deep-dive-block-grid-editor-part-3/
However if I have two columns - left area which span 6 columns and right area which span 6 columns, is there any way to know area context inside the block?
I would like to align content in block when in left area and "flip" the block content when placed in right area.