Created
February 7, 2020 15:46
-
-
Save keckelt/f14c7f869a572009aa75139a3e88785d to your computer and use it in GitHub Desktop.
gOpbapO
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
<h1>Fuzzy Spreadsheets Add-in</h1> | |
<a href="">manifest.xml</a><br> | |
<a href="" class="icon">💾</a> |
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
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