Pulse7
7/26/2017 - 7:08 AM

Cool terminal colors design w3school

Cool terminal colors design w3school

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>Title</title>
    </head>
<style media="screen">
    body{
        font: 100% Courier New;
        line-height: 5px;
        background-color: #000000;
        color: #84c754;
    }
    .bar{
        border: 1px solid #ffffff;
        border-radius: 4px;
        line-height: 20px;
        font-size: 80%;
        color: #ffffff;
    }
</style>
    <body>
    <h1>Welcome to My Homepage</h1>
    <p>Use the menu to select different Stylesheets</p>
    <div class="bar">
      <h3>Side-Bar</h3>
      <p>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.</p>
    </div>
    </body>
</html>
color: #84c754;
background-color: #000000;
color: #ffffff;