Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums Design CSS Centre and Left align Reply To: CSS Centre and Left align

#267680
Xiija
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;