Created
June 3, 2020 07:10
-
-
Save bitfishxyz/ff78ee67d328f8c90cc3323875534008 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
<!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