Skip to content

Instantly share code, notes, and snippets.

@josephworks
Created November 28, 2018 16:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save josephworks/60a00b272e3ad1f840def6d4f0635909 to your computer and use it in GitHub Desktop.
Save josephworks/60a00b272e3ad1f840def6d4f0635909 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<title>Title</title>
<meta charset="utf-8">
<style>
html {
background-color: black;
}
.user {
color: blue;
}
.at {
color: white;
}
.computername {
color: green;
}
.colon {
color: white;
}
.dir {
color: white;
}
.prefix {
color: white;
}
</style>
</head>
<body>
<h1>
<span class="user">joseph</span><span class="at">@</span>
<span class="computername">DESKTOP-JOSEPH</span><span class="colon">:</span>
<span class="dir">~ </span><span class="prefix">$</span>
</h1>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment