Spaces:
Running
Running
Update styles.css
Browse files- styles.css +8 -5
styles.css
CHANGED
|
@@ -19,7 +19,6 @@ body {
|
|
| 19 |
display: flex;
|
| 20 |
flex-direction: column;
|
| 21 |
background: #1f1f1f;
|
| 22 |
-
border-radius: 12px;
|
| 23 |
overflow: hidden;
|
| 24 |
position: relative;
|
| 25 |
animation: fadeIn 0.6s ease-in-out;
|
|
@@ -44,7 +43,7 @@ header {
|
|
| 44 |
align-items: center;
|
| 45 |
padding: 10px 20px;
|
| 46 |
background: #1a1a1a;
|
| 47 |
-
position:
|
| 48 |
top: 0;
|
| 49 |
z-index: 10;
|
| 50 |
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.7);
|
|
@@ -88,8 +87,9 @@ header .balance-display {
|
|
| 88 |
justify-content: center;
|
| 89 |
position: relative;
|
| 90 |
background: linear-gradient(180deg, #202124, #1f1f1f);
|
| 91 |
-
border
|
| 92 |
-
|
|
|
|
| 93 |
overflow: hidden;
|
| 94 |
}
|
| 95 |
|
|
@@ -108,7 +108,7 @@ header .balance-display {
|
|
| 108 |
/* Plane styling */
|
| 109 |
.plane {
|
| 110 |
position: absolute;
|
| 111 |
-
bottom:
|
| 112 |
left: 10%;
|
| 113 |
width: 70px;
|
| 114 |
height: auto;
|
|
@@ -152,6 +152,9 @@ header .balance-display {
|
|
| 152 |
justify-content: space-between;
|
| 153 |
background: #1a1a1a;
|
| 154 |
box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.7);
|
|
|
|
|
|
|
|
|
|
| 155 |
}
|
| 156 |
|
| 157 |
.controls input {
|
|
|
|
| 19 |
display: flex;
|
| 20 |
flex-direction: column;
|
| 21 |
background: #1f1f1f;
|
|
|
|
| 22 |
overflow: hidden;
|
| 23 |
position: relative;
|
| 24 |
animation: fadeIn 0.6s ease-in-out;
|
|
|
|
| 43 |
align-items: center;
|
| 44 |
padding: 10px 20px;
|
| 45 |
background: #1a1a1a;
|
| 46 |
+
position: fixed;
|
| 47 |
top: 0;
|
| 48 |
z-index: 10;
|
| 49 |
box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.7);
|
|
|
|
| 87 |
justify-content: center;
|
| 88 |
position: relative;
|
| 89 |
background: linear-gradient(180deg, #202124, #1f1f1f);
|
| 90 |
+
border: 2px solid #e63946;
|
| 91 |
+
margin: 70px 20px 0; /* Leave space for header and margins */
|
| 92 |
+
border-radius: 12px;
|
| 93 |
overflow: hidden;
|
| 94 |
}
|
| 95 |
|
|
|
|
| 108 |
/* Plane styling */
|
| 109 |
.plane {
|
| 110 |
position: absolute;
|
| 111 |
+
bottom: 15%;
|
| 112 |
left: 10%;
|
| 113 |
width: 70px;
|
| 114 |
height: auto;
|
|
|
|
| 152 |
justify-content: space-between;
|
| 153 |
background: #1a1a1a;
|
| 154 |
box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.7);
|
| 155 |
+
position: fixed;
|
| 156 |
+
bottom: 0;
|
| 157 |
+
z-index: 10;
|
| 158 |
}
|
| 159 |
|
| 160 |
.controls input {
|