HTML5 + CSS3 layout - Vertical centering of picture (Solved) -


i'm trying vertical centering picture on page tried few scripts & styles none of them worked

my page is: test.esc.bugs3.com

i'm trying center "arrow" pic on left & right sides center of main pic today pic on "top" of div & wish put in in center

note: don't wanna use fix size px wish make 50% main pic 100% height , arrow show on 50% of it

layout - how wish like

thanks :)

edit: answers need side div (side box) vertical centered main div (center box)

the main pic size not fixed (every media have different size - cant use px position

change css sidepanel class below

    .sidepanel {       width: 5%;       height: auto;       float: left;       background-color: green;       display: flex;       justify-content: center;       align-items: center;    } 

Comments

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -