Created
December 14, 2025 00:44
-
-
Save joabj/e29b07c327105cc256adb311b34bf3c2 to your computer and use it in GitHub Desktop.
From the Tutorial "Center a Div"
This file contains hidden or 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
| /*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