diff options
author | Renard | 2019-09-28 20:23:42 -0300 |
---|---|---|
committer | Renard | 2019-09-28 20:23:42 -0300 |
commit | 6c6e9fd5dbf0c7f1cde8c3178cf57191bea65ea1 (patch) | |
tree | 5d77587bcbab19150039dde1e84d69a911a07b77 /src/App.css | |
parent | fe1a66d3b98e63ffb594cbe426c8fa8804f88b5a (diff) | |
download | bai-client-6c6e9fd5dbf0c7f1cde8c3178cf57191bea65ea1.tar.gz bai-client-6c6e9fd5dbf0c7f1cde8c3178cf57191bea65ea1.tar.xz bai-client-6c6e9fd5dbf0c7f1cde8c3178cf57191bea65ea1.zip |
Soporte video /0/
Diffstat (limited to 'src/App.css')
-rw-r--r-- | src/App.css | 14 |
1 files changed, 14 insertions, 0 deletions
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 |