Skip to content

Instantly share code, notes, and snippets.

@radu-matei
Created August 16, 2017 11:34
Show Gist options
  • Save radu-matei/6c9dca653ea69df19677667a26064b34 to your computer and use it in GitHub Desktop.
Save radu-matei/6c9dca653ea69df19677667a26064b34 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<body>
<h1>Azure <3 Open Source</h1>
<img src="https://raw.githubusercontent.com/ashleymcnamara/gophers/master/Gopher_Microsoft.png"/img>
<style>
html, body {
height: 100%;
margin: 0;
padding: 0;
}
img {
padding: 0;
display: block;
margin: 0 auto;
max-height: 100%;
max-width: 100%;
}
h1 {
font-family: "Segoe UI Light", Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif;
font-size: 100px;
font-style: normal;
font-variant: normal;
font-weight: 500;
line-height: 26.4px;
}
</style>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment