diff options
| author | Priyansh <[email protected]> | 2020-11-11 19:41:16 +0530 |
|---|---|---|
| committer | Priyansh <[email protected]> | 2020-11-11 19:41:16 +0530 |
| commit | 51cb4993c7597e1199a05dce18a7ee4376567239 (patch) | |
| tree | 51c5eb46dafebcaad764f8a985bd4d3c3a38dfae /css | |
| parent | b5ca5eee6434a2e245a1a6f0f88328a1448fb202 (diff) | |
| download | nineties-computing-51cb4993c7597e1199a05dce18a7ee4376567239.tar.xz nineties-computing-51cb4993c7597e1199a05dce18a7ee4376567239.zip | |
fullscreen div layout
Diffstat (limited to 'css')
| -rw-r--r-- | css/layouts.css | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/css/layouts.css b/css/layouts.css new file mode 100644 index 0000000..5994303 --- /dev/null +++ b/css/layouts.css @@ -0,0 +1,6 @@ +.fullscreen { + width: 100%; + height: 100vh; + max-width: 100%; + max-height: 100vh; +} |
