13 lines
No EOL
155 B
CSS
13 lines
No EOL
155 B
CSS
textarea{
|
|
width: 100%;
|
|
min-width: 10%;
|
|
max-width: 100%;
|
|
|
|
height: 60vh;
|
|
min-height:0vh;
|
|
max-height:70vh;
|
|
}
|
|
|
|
.fat{
|
|
font-weight: bold;
|
|
} |