aboutsummaryrefslogtreecommitdiffstats
path: root/src/index.css
blob: 9ed8698b9ed7081b5f308491b5404578996e301b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}

.terminalContainer {
  height: 75%;
  width: 60%;
  position: fixed;
  z-index: 1;
  top: 10%;
  left: 8%;
  color: #FFFFFF;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
  background-color: #333333;
  border: 2px solid #BB86fc;
  padding: 20px;
  margin: 20px;
  border-radius: 5px;
  overflow: auto;
}

#xterm {
  height: 100%;
  width: 100%;
}