Advertisement
Guest User

Untitled

a guest
Nov 18th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.38 KB | None | 0 0
  1. #header1home {
  2.     font-family: Tahoma, Geneva, sans-serif;
  3.     font-size: xx-large;
  4.     color: #FFF;
  5.     background-color: #060;
  6.     font-style: normal;
  7.     font-variant: normal;
  8.     font-weight: bold;
  9.     text-transform: none;
  10.     border: thick inset #0F0;
  11. }
  12. #notspecial {
  13.     font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  14.     font-size: 16px;
  15. }
  16. .tinytext {
  17.     font-size: 9px;
  18.  
  19. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement