Help with Portfolio page view port

The height of the welcome section should be equal to the height of the viewport.

what is the test considering the view port?

You can add the style

.welcome-section {
  height: 100%;
  position: relative;
}

and in the parent (like the body tag) add {height: 100vh}

:ballot_box_with_check: :bowing_man: :gift_heart:

1 Like