Recent Posts

Caution: Greetings to all visitors. The site is working in short. Links Please skip the link to view any topic and thank you for visiting
header ads

Any idea how to keep this text static

Hi guys,

Do you have any idea how to keep the text above the textarea static when you resize the textarea. It expands by the size of the parent div. My intention is to keep everything centered.

The link: https://test-c3848.web.app/

The HTML:

<div id=div1>
    <div id=div2>
        <p>Paste link in the textarea.</p>
        <textarea type="text" id="txt"></textarea>
    </div>
</div>
Code (markup):
The CSS:

#div1 {min-height: 10em; position: relative}
#div1 #div2 {
margin:...
Code (markup):
Any idea how to keep this text static

from HTML & Website Design https://ift.tt/31jWp6U
via IFTTT

Post a Comment

0 Comments