Skip to content

Instantly share code, notes, and snippets.

@joabj
Created December 14, 2025 02:21
Show Gist options
  • Select an option

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

Select an option

Save joabj/9f714841776afecde24daea061d58b27 to your computer and use it in GitHub Desktop.
How the ID attribute of Div works. From the Tutorial "Center a Div"
<html>
<head>
<style>
#red-background {background-color:red}
</style>
</head>
<body>
<div id="red-background">"Moonlight Drive"</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment