Skip to content

Instantly share code, notes, and snippets.

@joabj
Last active December 14, 2025 02:15
Show Gist options
  • Select an option

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

Select an option

Save joabj/579c77fdd7cb59bffcf5dbc00624ea96 to your computer and use it in GitHub Desktop.
From the Tutorial "Center a Div"
<html>
<head>
<style>
.red-text {background-color:red}
</style>
</head>
<body>
<div class="red-text">"Soul Kitchen"</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment