Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Separate CSS from HTML #9

Merged
merged 1 commit into from
Dec 7, 2024
Merged

Separate CSS from HTML #9

merged 1 commit into from
Dec 7, 2024

Conversation

nkzarrabi
Copy link
Owner

@nkzarrabi nkzarrabi commented Dec 7, 2024

Fixes #8

Separate CSS from HTML and improve styling for the book website.

  • Remove inline CSS from index.html.
  • Add a link to the external styles.css file in the <head> section of index.html.
  • Create a new styles.css file with the CSS styles from index.html.
  • Improve the styling in styles.css for better appearance and readability.

For more details, open the Copilot Workspace session.

Fixes #8

Separate CSS from HTML and improve styling for the book website.

* Remove inline CSS from `index.html`.
* Add a link to the external `styles.css` file in the `<head>` section of `index.html`.
* Create a new `styles.css` file with the CSS styles from `index.html`.
* Improve the styling in `styles.css` for better appearance and readability.

---

For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/nkzarrabi/consolation/issues/8?shareId=XXXX-XXXX-XXXX-XXXX).
@nkzarrabi nkzarrabi merged commit 98e8acf into main Dec 7, 2024
1 check passed
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.

Separate css from html
1 participant