5 lines
98 B
CSS
5 lines
98 B
CSS
p.javascript-warning {
|
|
text-color: red;
|
|
background-color: yellow;
|
|
border: 1px solid black;
|
|
} |