diff --git a/css/style.css b/css/style.css index 40e13e1..95d9005 100644 --- a/css/style.css +++ b/css/style.css @@ -883,6 +883,21 @@ noscript div h4 { margin-top: 15px; } +.mobile { + top: 0; + left: 0; + width: 100%; + height: 100%; + position: fixed; + z-index: 99999999999; + background-color: #4fc3f7; +} + +.mobile h3 { + margin-top: 100px; + color: #ffffff; +} + @media screen and (max-width: 900px) { #box-mode { diff --git a/index.html b/index.html index e79bd06..abf6c08 100644 --- a/index.html +++ b/index.html @@ -504,6 +504,12 @@ + +
+ + @@ -529,6 +535,12 @@