Hi everyone!
I am trying to vertically center divs inside another div, using:
position: relative;vertical-align: middle;
But it's not working! Does anyone know why?
On this page: http://www.jasonwangart.com/p/about-web.html , I am trying to make the dividers - the vertical black lines - be vertically centered within the parent div.
You can see my code here:
<!doctype html> <style> .jw-1-about-centre-align { width: 300%; border: 0px solid red; font-size: 16px; background-color: rgba(255,255,255,0.0); text-align: center; } .jw-2-about-pad { vertical-align