Advertisement
Adji01

Untitled

Aug 26th, 2019
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.16 KB | None | 0 0
  1. textarea{
  2.     color: yellow ;/*Font Color*/
  3.     background-color: blue;
  4.     font-family: arial;
  5. }
  6. body{
  7.     background-color: pink;
  8.     color: red;
  9.     font-family: impact;
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement