Shell

by Jack 0

HTML

<div class="shell">
  <ul class="shell">
    <li>>> cd&nbsp;/Users/xjlin0/projects/websites/test/fsdfbvdxfbdfbdvdvdfvdsfbdfnbdnfnfgnbnfxdbfdbfdbndfbnnnfndfndfndfghdfgsrhhfgggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggggg</li>
     test
      <dd>||| test2 </dd>
    <li>>> /Users/xjlin0/websites/</li>
  </ul>
</div>

CSS

.shell {
  width: 80%;
  margin: auto;
  box-shadow: 0 0 30px black;
  word-wrap: break-word;
  padding: 5px;
  list-style: none;
  background: black;
  color: YellowGreen;
  font: large Monospace;
  border-radius: 9px;
}