diff --git a/react-slideshow/src/App.css b/react-slideshow/src/App.css index 8b2849f..176d0fc 100644 --- a/react-slideshow/src/App.css +++ b/react-slideshow/src/App.css @@ -3,14 +3,16 @@ body, html, #root { } #ui { - background-color: rgba(255, 255, 255, 0.5); - bottom: 0; + top: 0; line-height: 3em; - position: 'absolute'; + position: absolute; width: 100%; + height: 100%; } #ui .meta { + background-color: rgba(255, 255, 255, 0.5); + line-height: 3em; text-align: center; }