+ 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