Last active
January 7, 2020 22:05
-
-
Save shifatul-i/5f450f448bd2fced876db01e29854920 to your computer and use it in GitHub Desktop.
This file contains 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> | |
<head> | |
<style> | |
body {background-color: powderblue;} | |
h1 {color: red;} | |
h2 {color: blue;} | |
h4 {color: brown;} | |
p {color: green;} | |
</style> | |
</head> | |
<body> | |
<h1><b>Your Name</b></h1> | |
<p><i>About yourself.</i></p> | |
<h2>This is fun.</h2> | |
<h4>This is so much fun.</h4> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment