Skip to content

Use inline CSS to center body content in index.html#6

Merged
Asherpayn merged 2 commits into
mainfrom
copilot/center-body-content
Mar 30, 2026
Merged

Use inline CSS to center body content in index.html#6
Asherpayn merged 2 commits into
mainfrom
copilot/center-body-content

Conversation

Copilot AI commented Mar 30, 2026

Copy link
Copy Markdown
Contributor

Replaces the deprecated HTML align attribute on <body> with equivalent inline CSS.

Changes

  • index.html: Swapped align="center" for style="text-align: center;" on the <body> tag
<!-- Before -->
<body align="center">

<!-- After -->
<body style="text-align: center;">

Copilot AI changed the title [WIP] Update body content to be centered using inline CSS Use inline CSS to center body content in index.html Mar 30, 2026
Copilot AI requested a review from Asherpayn March 30, 2026 18:21
@Asherpayn Asherpayn marked this pull request as ready for review March 30, 2026 21:32
@Asherpayn Asherpayn merged commit 0f60e07 into main Mar 30, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants