diff options
author | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-12 22:22:33 -0600 |
---|---|---|
committer | Logan Hunt <loganhunt@simponic.xyz> | 2022-04-12 22:22:33 -0600 |
commit | 27fa6357a699771ade4ed5bf8c3fb32d7e73f4d4 (patch) | |
tree | 10e5eb62dc2bfcdf26ced2bfc45f7645408c5307 /styles | |
parent | cdb258991cc6ba8d4219038d9580e64d5e416803 (diff) | |
download | bbiy-27fa6357a699771ade4ed5bf8c3fb32d7e73f4d4.tar.gz bbiy-27fa6357a699771ade4ed5bf8c3fb32d7e73f4d4.zip |
Add menuing system with level select and control changing
Diffstat (limited to 'styles')
-rw-r--r-- | styles/style.css | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/styles/style.css b/styles/style.css index 500b365..9f0dc5c 100644 --- a/styles/style.css +++ b/styles/style.css @@ -46,13 +46,14 @@ body { .menu { text-align:center; + max-width: 400px; left: 50%; top: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); position:absolute; - background-color: rgba(255,255,255,0.75); + background-color: rgba(200,200,255,0.90); border: 1px solid #fff; border-radius: 5px; padding: 12px; @@ -69,4 +70,4 @@ body { .menu-button:hover { background-color: #d0d0d0; -} +}
\ No newline at end of file |