Home › Forums › Design › CSS Centre and Left align › Reply To: CSS Centre and Left align
March 2, 2018 at 9:34 am
#267680
Participant
dunno if this helps, but have you tried
Viewport-Percentage (or Viewport-Relative) Lengths?
vh (viewport height)
vw (viewport width)
vmin (viewport minimum length)
vmax (viewport maximum length)
height: 50vh;
width: 80vw;