Skip to content

Instantly share code, notes, and snippets.

@bitfishxyz
Created June 3, 2020 07:10
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 bitfishxyz/ff78ee67d328f8c90cc3323875534008 to your computer and use it in GitHub Desktop.
Save bitfishxyz/ff78ee67d328f8c90cc3323875534008 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<title>Document</title>
<style>
body, button{
font-size: 30px;
}
.red{
color: red;
}
.blue{
color: blue;
}
.green{
color: green;
}
</style>
</head>
<body>
<div id="ele">hello world</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment