Files
gride/client/index.css

40 lines
510 B
CSS
Raw Normal View History

2025-09-25 09:07:44 +10:00
p {
line-height: 0.3;
}
html, body {
width: 100%;
height: 100%;
padding: 0;
margin: 0;
}
button {
font-family: monospace;
background-color: #48156e;
color: #e6e8ff;
border: 0px;
border-radius: 2px;
}
.left {
height: 100%;
width: 70%;
padding: 10px;
2025-09-25 11:34:38 +10:00
background-color: #0d0a12;
2025-09-25 09:07:44 +10:00
color: #e6e8ff;
position: absolute;
overflow: scroll;
}
.right {
height: 100%;
width: 30%;
padding: 10px;
2025-09-25 11:34:38 +10:00
background-color: #191324;
2025-09-25 09:07:44 +10:00
color: #e6e8ff;
position: absolute;
right: 0;
}