From 6c6e9fd5dbf0c7f1cde8c3178cf57191bea65ea1 Mon Sep 17 00:00:00 2001 From: Renard Date: Sat, 28 Sep 2019 20:23:42 -0300 Subject: Soporte video /0/ --- src/App.css | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'src/App.css') diff --git a/src/App.css b/src/App.css index 1b07bbf..f347b78 100644 --- a/src/App.css +++ b/src/App.css @@ -151,4 +151,18 @@ .invLogo { background: url("./background_inv.png"); +} + +#bgvid { + position: fixed; + top: 50%; + left: 50%; + min-width: 100%; + min-height: 100%; + width: auto; + height: auto; + z-index: -100; + transform: translatex(-50%) translatey(-50%); + background-size: cover; + transition: 1s opacity; } \ No newline at end of file -- cgit v1.2.1-18-gbd029