diff options
Diffstat (limited to 'static/css/index.css')
| -rwxr-xr-x | static/css/index.css | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/css/index.css b/static/css/index.css index e256dbe..8141ef9 100755 --- a/static/css/index.css +++ b/static/css/index.css @@ -71,6 +71,14 @@ body { text-decoration: none; } +.text-center { + text-align: center; +} + +.is-hidden { + display: none; +} + #video{ display:none; } |
