Last active
March 10, 2020 07:28
-
-
Save kaizhu256/f0765ccd6cf6b225ca676538e5241fc3 to your computer and use it in GitHub Desktop.
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
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro&display=swap" rel="stylesheet"> | |
<style> | |
div { | |
font-family: 'Source Sans Pro'; | |
font-size: 80px; | |
font-weight: 700; | |
height: 132px; | |
line-height: 44.3636px; | |
background: #FFE70B; | |
width: 200px; | |
height: 200px; | |
display: flex; | |
justify-content: center; | |
flex-direction: column; | |
text-align: center; | |
line-height: 80px; | |
} | |
</style> | |
<div> | |
SQL<br> | |
| |
.JS | |
</div> | |
<br><br> | |
<div> | |
sql<br> | |
| |
.js | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment