CSS Styling text areas like notebook-look

后端 未结 6 1133
挽巷
挽巷 2020-12-01 00:10

It is possible to style a text area so each row have a dotted underline (like a notebook or a notes-block)?

The number of lines should be fixed to lets say 10.

6条回答
  •  一整个雨季
    2020-12-01 00:35

    These solutions don’t support overflowing textarea. So scrolling only scroll the text not the background. To support scrolling, you should add “background-attachment: local;” to the textarea css.

提交回复
热议问题