diff --git a/demoHtml/flex/css/index.css b/demoHtml/flex/css/index.css index 8cac0c9..bc46784 100644 --- a/demoHtml/flex/css/index.css +++ b/demoHtml/flex/css/index.css @@ -171,7 +171,8 @@ html { justify-content: center; } -#canvas-tabs { +#canvas-tabs, +#go-back { position: absolute; top: 20px; left: 50%; @@ -185,6 +186,12 @@ html { box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); } +#go-back { + left: 60px; + background-color: unset; + box-shadow: unset; +} + .tab-button { padding: 8px 15px; border: none; diff --git a/demoHtml/flex/index.html b/demoHtml/flex/index.html index 6a81f1b..cdaa7cb 100644 --- a/demoHtml/flex/index.html +++ b/demoHtml/flex/index.html @@ -71,6 +71,9 @@