Wednesday, January 4, 2023

Live Character Count

Live Character Count

Total characters: 0

*{ padding: 0; margin: 0; box-sizing: border-box; font-family: "Poppins",sans-serif; } body{ background-color: #0a192f; } .container{ width: 400px; position: absolute; transform: translate(-50%,-50%); top: 50%; left: 50%; } textarea{ width: 100%; resize: none; background-color: #172a46; border: none; font-size: 16px; line-height: 30px; padding: 15px; border-radius: 3px; color: #a8b2d1; outline: none; } p{ color: #e5e5e5; text-align: right; margin-top: 20px; }

No comments:

Post a Comment