Last active
April 11, 2017 19:12
-
-
Save skluck/9343209a6198e94b09dbd6eddf1d2efa to your computer and use it in GitHub Desktop.
frontier logo
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
<html> | |
<head> | |
<style> | |
img { width: 750px; } | |
h1 { margin: 1em 0; border-top: 3px solid #555; border-bottom: 3px solid #555; color: #555; font-family: sans-serif; text-transform: uppercase; } | |
hr { margin: 2em 0; } | |
</style> | |
</head> | |
<body> | |
<div> | |
<h1>Primary</h1> | |
<img src="logo.svg"> | |
<hr> | |
<img src="logo-inverse.svg"> | |
<h1>Prefixed</h1> | |
<img src="logo-prefix.svg"> | |
<hr> | |
<img src="logo-prefix-inverse.svg"> | |
<h1>Tall</h1> | |
<img src="logo-tall.svg"> | |
<hr> | |
<img src="logo-tall-inverse.svg"> | |
</div> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment