Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 399 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 399 Bytes

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