Skip to content

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

License

Notifications You must be signed in to change notification settings

jilvin/web-terminal-display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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);

}

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published