html - Why can I not style a Textarea in CSS? -


I'm trying to change the color of my textarea and resize again, but when I css file. I have ensured that there are no errors in my code, and I have to try someone else on the same line of code on my computer, and it worked. Here's the code:

HTML -

  & lt; Textarea rows = "30" cols = "50"> test & lt; / Textarea & gt;  

CSS -

  textarea {resize: none; Background color: #ccc; }  

So, I'm a fool because I was adding the wrong CSS file I have very similar file names. My God, I'm stupid


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -