Skip to content

Commit 1bb500c

Browse files
committed
Style all elements
1 parent e0fd93f commit 1bb500c

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

css/style.css

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Ubuntu+Mono&display=swap');
2+
3+
*{
4+
font-family: 'Ubuntu Mono', monospace;
5+
}
6+
7+
body{
8+
background-color: black;
9+
}
10+
11+
#terminal{
12+
color: whitesmoke;
13+
overflow: hidden;
14+
font-size: 25px;
15+
16+
}
17+
18+
#shellinput{
19+
background-color: black;
20+
border: 0px;
21+
color: whitesmoke;
22+
font-size: 25px;
23+
width: 1450px;
24+
}
25+
26+
#shellinput:focus{
27+
outline: none;
28+
}

0 commit comments

Comments
 (0)