diff --git a/index.html b/index.html index 9f05c85..556cef2 100644 --- a/index.html +++ b/index.html @@ -144,6 +144,20 @@ ul.navbar li:last-child { .sidebar .numeric-slider .slider input { flex-basis: 90%; } + +.overlay-wrapper { + position: fixed; + display: flex; + background-color: rgba(0, 0, 0, 0.9); + flex-direction: column; + align-items: center; + justify-content: center; + color: white; + top: 0; + left: 0; + bottom: 0; + right: 0; +}