Skip to content

Instantly share code, notes, and snippets.

@jyntran
Created November 7, 2018 06:36
Show Gist options
  • Save jyntran/0e9057cf9fef202e12826f3c91cfcd1b to your computer and use it in GitHub Desktop.
Save jyntran/0e9057cf9fef202e12826f3c91cfcd1b to your computer and use it in GitHub Desktop.
NP
/* Background pattern from Toptal Subtle Patterns */
<style>
body {
background: url('https://i.imgur.com/XSfUPDf.png') repeat;
color: #999;
font-family: arial, sans serif;
}
.main {
text-align: center;
}
h1 {
text-transform: lowercase;
}
.artwork {
width: 80%;
height: auto;
}
.footer {
width: 80%;
text-align: center;
font-size: .2em;
}
</style>
<div class="main">
<img class="artwork" src="https://i.imgur.com/HRPxGff.jpg" alt="Artwork of #NAME">
<h1>#NAME</h1>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment