TECHWATCH
#all#csseffect#css#video#resource#javascript#snippet#reactnative#cicd#tutorial#db#nodejs#reactjs#redux#ui#nextjs#library#howto#learn#typescript#ux#solution#html#testing
snippet

Restrict max text area width and height on css

Here's how to limit the maximum width and height of the text box by just using CSS in your web page.

<textarea style='resize: vertical; max-width: 100px; max-height: 100px;'></textarea>
Related snippets
Remove blue line on Chrome with outline manipulation
Make scrollable div in CSS with overflow
How to fix div with scrollable content with css
How to add hover on link with css
Add margin between rows table with css
How to center element with position absolute in css
Remove blue line on Chrome with CSS
How to center an element vertically and horizontally on CSS with flexbox
Add icon after link with CSS, exemple with Font Awesome
How to add line break between span elements with CSS

289 links

77 snippets

Feedback

You have feature idea, feedback or suggestion for new tag click here and submit form

Footer

Twitter

© 2021 Techwatch. All rights reserved.