Skip to content

Instantly share code, notes, and snippets.

@Ding-Fan
Last active February 25, 2019 07:53
Show Gist options
  • Save Ding-Fan/046d243f38c56e547f802f4cf26275de to your computer and use it in GitHub Desktop.
Save Ding-Fan/046d243f38c56e547f802f4cf26275de to your computer and use it in GitHub Desktop.
Basic Components
<body>
<style>
.button {
width: 200px;
height: 40px;
line-height: 40px;
text-align: center;
border-radius: 10px;
background-color: yellow;
font-size: 20px;
color: #5538c9;
}
</style>
<div class="button">haha</div>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment