-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTerminal.css
More file actions
44 lines (44 loc) · 803 Bytes
/
Copy pathTerminal.css
File metadata and controls
44 lines (44 loc) · 803 Bytes
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
39
40
41
42
43
44
iframe {
width: 100%;
height: 665px;
}
#commandLine {
font-family: monospace;
color: rgb(49, 162, 39);
caret-color: rgb(49, 162, 39);
text-align: left;
background-color: black;
border-radius: 0px;
border-color: black;
max-width: 100%;
min-width: 25%;
width: 93%;
}
body {
background-color: black;
align-content: center;
}
h1 {
text-align: left;
color: rgb(49, 162, 39);
font-family: monospace;
}
li {
font-family: monospace;
text-align: left;
color: rgb(49, 162, 39);
}
#submitCommand {
font-family: monospace;
color: rgb(49, 162, 39);
border-color: rgb(49, 162, 39);
background-color: black;
}
p {
color: rgb(49, 162, 39);
font-family: monospace;
}
.youtube {
width: 420px;
height: 315px;
}