Here is a picture of what I want, and below I will provide a more detailed description:
Link to the image (I cannot paste it here)
I am explaining the elements involved. There are three main components:
1) The topmost text "Bla bla bla bla"
2) The button "Click me"
3) And the bottom text
When you click the button, an error message will appear. I want to move the first two elements higher without affecting the bottom text. Therefore, the bottom text should remain in its original position.
My question is - How can I achieve this using HTML/CSS code only (excluding JavaScript for text appearance)? I require HTML/CSS code that will ensure the movement of the top two elements higher.