lcars-dash
Version:
LCARS inspired multi-window dashboard
35 lines (29 loc) • 439 B
CSS
body {
background: black;
display: block;
margin: 10px;
padding: 0px;
border: 0px;
text-transform: uppercase;
font-family: sans-serif;
}
.lcars-panel {
position: fixed;
width: 100%;
height: 100%;
top: 0px;
left: 0px;
}
div.lcars-container {
position: relative;
display: block;
margin: 0px;
padding: 0px;
border: 0px;
}
div.lcars {
display: inline-block;
}
h1 {
margin-top: 0px;
}