Created
November 7, 2018 06:36
-
-
Save jyntran/0e9057cf9fef202e12826f3c91cfcd1b to your computer and use it in GitHub Desktop.
NP
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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