I started studying monaca by modifying the notepad of the reference program.
In the first state, the textarea for writing notes is very narrow, but I don't know how to make it bigger.
Is it impossible with CSS?
If anyone understands, please take care of me.
Isn't css applied well?
I tried adding something like this to style.css
and it got bigger.
textarea#Memo
{
height —200px;
}
© 2025 OneMinuteCode. All rights reserved.