Skip to content

Instantly share code, notes, and snippets.

@joabj
Created December 14, 2025 00:44
Show Gist options
  • Select an option

  • Save joabj/e29b07c327105cc256adb311b34bf3c2 to your computer and use it in GitHub Desktop.

Select an option

Save joabj/e29b07c327105cc256adb311b34bf3c2 to your computer and use it in GitHub Desktop.
From the Tutorial "Center a Div"
/*Inserted into the header file of an HTML document*/
<head>
<style>
div {
display: block;
}
</style>
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment