Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 611 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 611 Bytes

web-terminal-display

Javascript that displays a text line like a UNIX terminal using css and html on a webpage.

Uses: Bootstrap

Demo

See:

https://jilvin.github.io/web-terminal-display/

Use of Bootstrap

If you are not interested in using bootstrap on your website, change style of body tag in the /css/style.css file as shown below.

body {

  margin: 0;

  line-height: 1.42857143;

  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;

  font-size: 14px;

  color: #fff;

  text-shadow: 0 1px 3px rgba(0,0,0,.5);

}