aboutsummaryrefslogtreecommitdiffstats
path: root/src/App.css
diff options
context:
space:
mode:
Diffstat (limited to 'src/App.css')
-rw-r--r--src/App.css31
1 files changed, 20 insertions, 11 deletions
diff --git a/src/App.css b/src/App.css
index 9ea8afa..e6ea250 100644
--- a/src/App.css
+++ b/src/App.css
@@ -1,14 +1,14 @@
/* make the body background color black */
-body {
+/* body {
background-color: #121212;
-}
+} */
.terminalContainer {
- height: 75%;
- width: 60%;
+ height: 96%;
+ width: 84%;
position: fixed;
z-index: 1;
- top: 10%;
- left: 30%;
+ top: 1%;
+ left: 15%;
color: #FFFFFF;
background-color: #111;
overflow-x: hidden;
@@ -35,9 +35,9 @@ body {
.white-content {
background: #e4e4e4;
}
-/* .black-content {
- background: #111111;
-} */
+.black-content {
+ background: #121212;
+}
.toggle-slider {
display: flex;
@@ -45,7 +45,7 @@ body {
.sidenav {
height: 80%;
- width: 5%;
+ width: 10%;
position: fixed;
z-index: 1;
top: 5%;
@@ -65,11 +65,20 @@ body {
color: #f1f1f1;
}
+.footer {
+ width: 8%;
+ top: 95%;
+ right: 10%;
+ background-color: #FFFFFF;
+ border: 2px solid #BB86fc;
+ border-radius: 5px;
+}
+
ul {
list-style-type: none;
margin: 0;
padding: 0;
- width: 5%;
+ width: 10%;
position: fixed;
overflow: auto;
}