Created
March 15, 2022 00:00
-
-
Save ImBIOS/5fda40edf5dadf8d0b30b9f0127c76e2 to your computer and use it in GitHub Desktop.
Source code of my hr tag video
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> | |
<meta name="viewport" content="width=device-width, initial-scale=1" /> | |
<style> | |
body { | |
display: flex; | |
align-items: center; | |
justify-content: center; | |
height: 100vh; | |
margin: 0; | |
} | |
</style> | |
</head> | |
<body> | |
<hr width="50%" color="green" size="50px" align="right" /> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment