Very good work.
Why not consider that you could create a class in order to simplify parts of your code?
When we have properties that repeat on elements that look the same, we can apply the same class to several and thus write less code.
I suggest:
styles.css:
Very good work. Why not consider that you could create a class in order to simplify parts of your code? When we have properties that repeat on elements that look the same, we can apply the same class to several and thus write less code. I suggest: styles.css:
index.html:
<textarea id="textarea" class="txt-input" cols="30" rows="10" ...
Happy coding 🥳