You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

text.css 225B

12345678910111213141516
  1. #textToolInput {
  2. position:fixed;
  3. top:-1000px; /*Hidden*/
  4. left: 80px;
  5. width:500px;
  6. }
  7. #textToolInput:focus {
  8. top: 5px;
  9. }
  10. text {
  11. font-family:"Arial", "Helvetica", sans-serif;
  12. user-select:none;
  13. -moz-user-select:none;
  14. }