Textareas
Some people use textareas to show a code in. But if you use this code: it's very ugly. So how can you make
your text area more beautiful?
To make your textarea more beautiful you have to use this code:
Textarea {
line-height: 12px;
text-align : left;
color : #ffffff;
font-family : arial;
font-size : 11px;
background-color: #272727;
border: 5px solid #272727;
You can change colours and fonts if you want to.
Now your text area is with your own css style :D
Written by: Helena
To make your textarea more beautiful you have to use this code:
You can change colours and fonts if you want to.
Now your text area is with your own css style :D
Written by: Helena





