Merge pull request #82 from Mehedi61/center-heading

centered Hello World!
This commit is contained in:
Rich Harris 2019-11-15 17:01:35 -05:00 committed by GitHub
commit c731104593
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,6 +5,7 @@
<style>
h1 {
color: purple;
text-align: center;
}
</style>