UNPKG
web-terminal-lite
Version:
latest (1.0.0)
1.0.0
A lightweight in-browser terminal that simulates a shell-like experience
web-terminal-lite
/
style.css
13 lines
(12 loc)
•
208 B
CSS
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
#terminal
{
width
:
100%
;
height
:
300px
;
background-color
:
#1e1e1e
;
border-top
:
1px
solid
#333
; }
#terminal
{
width
:
100%
;
height
:
300px
;
background-color
:
#1e1e1e
;
color
: white; }