Skip to content

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.

1 participant