Skip to content

Instantly share code, notes, and snippets.

@caulagi
Created February 29, 2020 11:06
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 caulagi/0d2206c9e4c417a96c2513001c086f68 to your computer and use it in GitHub Desktop.
Save caulagi/0d2206c9e4c417a96c2513001c086f68 to your computer and use it in GitHub Desktop.
Create images for README's
<!DOCTYPE html>
<html>
<head>
<title>Mermite</title>
<style>
div {
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
font-size: 22px;
line-height: 1;
opacity: 0.70;
margin: 160px;
text-align: center;
}
.title {
opacity: 0.95;
font-weight: bold;
}
</style>
</head>
<body>
<div>
<span class="title">Marmite</span> &nbsp;|&nbsp; identical anthos admin workstations
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment