Solution_to height adjustment CSS

What is your hint or solution suggestion?

Solution
<style>

  h4 {

    text-align: center;

    height: 25px;

  }

  p {

    text-align: justify;

  }

  .links {

    margin-right: 20px;

    text-align: left;

  }

  .fullCard {

    width: 245px;

    border: 1px solid #ccc;

    border-radius: 5px;

    margin: 10px 5px;

    padding: 4px;

  }

  .cardContent {

    padding: 10px;

  }

</style>

Challenge: Adjust the Height of an Element Using the height Property

Link to the challenge:

1 Like
type or paste code here
<style>
  h4 {
    text-align: center;
 height: 25px;


1 Like

Welcome, bbastillo.

Thank you, for your contribution. For future contributions, please wrap your solution within :

[details]
```
code goes here...
```
[/details]

Also, provide all of the necessary code to pass the challenge.

Also, when you enter a code block into a forum post, please precede it with a separate line of three backticks and follow it with a separate line of three backticks to make it easier to read.

You can also use the “preformatted text” tool in the editor ( </> ) to add backticks around text.

See this post to find the backtick on your keyboard.
Note: Backticks (`) are not single quotes (’).

1 Like

Hi Sky020,

Thank you for the welcome.
And thank you as well for the guidelines.

But, is there still a need to edit this particular post of mine according to your advice, for future readers?
Cheers!

No need to worry about this one. We will handle it :smiley: