Skip to content

Instantly share code, notes, and snippets.

@ImBIOS
Created March 15, 2022 00:00
Show Gist options
  • Save ImBIOS/5fda40edf5dadf8d0b30b9f0127c76e2 to your computer and use it in GitHub Desktop.
Save ImBIOS/5fda40edf5dadf8d0b30b9f0127c76e2 to your computer and use it in GitHub Desktop.
Source code of my hr tag video
<!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