Skip to content

Instantly share code, notes, and snippets.

@keckelt
Created February 7, 2020 15:46
Show Gist options
  • Save keckelt/f14c7f869a572009aa75139a3e88785d to your computer and use it in GitHub Desktop.
Save keckelt/f14c7f869a572009aa75139a3e88785d to your computer and use it in GitHub Desktop.
gOpbapO
<h1>Fuzzy Spreadsheets Add-in</h1>
<a href="">manifest.xml</a><br>
<a href="" class="icon">💾</a>
a {
font-size: 2em;
text-decoration: none;
color: #ea005e;
}
.icon {
font-size: 8em;
text-stroke: 1px white;
}
h1 {
margin-bottom: 2em;
}
body {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
height: 100vh;
background: #24333B;
color: #cccccc;
font-family: sans-serif;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment