diff --git a/docs/studioc.css b/docs/studioc.css deleted file mode 100644 index 1a427a0..0000000 --- a/docs/studioc.css +++ /dev/null @@ -1,46 +0,0 @@ -body { - background-color: black; - padding: 20px; - color: white; - background-image: url( 'image.svg' ); -} - -#dimentions { - color: black; - bottom: 10px; - /* right: 10px; */ - position: absolute; -} - -.logo { - width: 100px; - height: 50px; -} - -.top_bar_btn { - margin-right: 10px; -} - -.center{ - display: flex; - justify-content: center; - align-items: baseline; - text-align: center; -} -.box { - display: flex; - background-color: black; - width: 100%; - height: 10vh; - border: 5px solid red; - padding: 15px; - /* margin: 20px auto; */ - text-align: center; -} - -.canva { - width: 100%; - height: 80vh; - display: flex; - background: black; -} \ No newline at end of file