1
0
mirror of https://github.com/roytam1/UXP.git synced 2026-06-17 05:48:50 +00:00
Files
UXP/layout/style/test/viewport_units_iframe.html
T

7 lines
223 B
HTML

<!DOCTYPE HTML>
<title>viewport units test</title>
<div id="vh" style="width: 100vh"></div>
<div id="vw" style="width: 100vw"></div>
<div id="vmin" style="width: 100vmin"></div>
<div id="vmax" style="width: 100vmax"></div>