+ 1
š®Tell me What I am Doing Wrong ? šÆ
I have some questions plz you can help me 1)my message section is looking so small why it is looking so small?š® 2)I want to add an color to the write message text that is in h1 how to color it ?šÆ ā”( Code is Here ) :~ https://code.sololearn.com/W3Y3B58LqpLZ/?ref=app
1 Answer
+ 2
You need to change your message section to <textarea> and not <input>. And for the heading, just add in css
big{
color:red;
}
https://code.sololearn.com/W3fujfIB5wxx/?ref=app