Skip to content

Possibly the easiest way to simulate the look of a terminal in pure HTML and CSS.

Notifications You must be signed in to change notification settings

g-liu/terminal-typer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTML Terminal

Simulates the look of a terminal, with HTML and CSS. No JavaScript!

How it's done

The basic idea is that it's simply a div spanning 100% width and height of the page. The trick to making it typable is the contenteditable attribute.

Beyond that, it's all about the styling to get that retro terminal look!

Demo

http://g-liu.github.io/html-terminal

About

Possibly the easiest way to simulate the look of a terminal in pure HTML and CSS.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages