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

Update style.css #478

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open

Conversation

payal2943
Copy link

In the section of index.html file, there is a line that includes the following code:

Exercícios de HTML5 e CSS3

This code creates a heading element with the text "Exercícios de HTML5 e CSS3". However, the text is not centered in the page.

To fix this, we can add the following CSS code
h1 {
text-align: center;
}

In the <body> section of index.html file, there is a line that includes the following code:

<h1>Exercícios de HTML5 e CSS3</h1>
This code creates a heading element with the text "Exercícios de HTML5 e CSS3". However, the text is not centered in the page.

To fix this, we can add the following CSS code 
h1 {
  text-align: center;
}
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.

None yet

1 participant