Awesome textarea

Developer
Size
1,977 Kb
Views
24,288

How do I make an awesome textarea?

A really nice textarea with a background colour change on focus. What is a awesome textarea? How do you make a awesome textarea? This script and codes were developed by Anthony Young on 31 October 2022, Monday.

Awesome textarea Previews

Awesome textarea - Script Codes HTML Codes

<!DOCTYPE html>
<html >
<head> <meta charset="UTF-8"> <title>Awesome textarea</title> <script src="https://s.codepen.io/assets/libs/modernizr.js" type="text/javascript"></script> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css"> <link rel="stylesheet" href="css/style.css">
</head>
<body> <h2>Awesome Textarea</h2>
<textarea placeholder="This is an awesome comment box" rows="20" name="comment[text]" id="comment_text" cols="40" class="ui-autocomplete-input" autocomplete="off" role="textbox" aria-autocomplete="list" aria-haspopup="true"></textarea> <script src='http://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js'></script>
</body>
</html>

Awesome textarea - Script Codes CSS Codes

body {background: #F0F0F0;}
h2 {margin-left: 55px;}
textarea { margin-top: 10px; margin-left: 50px; width: 500px; height: 100px; -moz-border-bottom-colors: none; -moz-border-left-colors: none; -moz-border-right-colors: none; -moz-border-top-colors: none; background: none repeat scroll 0 0 rgba(0, 0, 0, 0.07); border-color: -moz-use-text-color #FFFFFF #FFFFFF -moz-use-text-color; border-image: none; border-radius: 6px 6px 6px 6px; border-style: none solid solid none; border-width: medium 1px 1px medium; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset; color: #555555; font-family: "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 1em; line-height: 1.4em; padding: 5px 8px; transition: background-color 0.2s ease 0s;
}
textarea:focus { background: none repeat scroll 0 0 #FFFFFF; outline-width: 0;
}
Awesome textarea - Script Codes
Awesome textarea - Script Codes
Home Page Home
Developer Anthony Young
Username ayoungh
Uploaded October 31, 2022
Rating 3
Size 1,977 Kb
Views 24,288
Do you need developer help for Awesome textarea?

Find the perfect freelance services for your business! Fiverr's mission is to change how the world works together. Fiverr connects businesses with freelancers offering digital services in 500+ categories. Find Developer!

Anthony Young (ayoungh) Script Codes
Create amazing sales emails with AI!

Jasper is the AI Content Generator that helps you and your team break through creative blocks to create amazing, original content 10X faster. Discover all the ways the Jasper AI Content Platform can help streamline your creative workflows. Start For Free!