home *** CD-ROM | disk | FTP | other *** search
/ 207.233.110.77 / 207.233.110.77.tar / 207.233.110.77 / web13 / terapiamusicalphase#2 / styles.css < prev    next >
Cascading Style Sheet File  |  2016-03-10  |  556b  |  33 lines

  1. .holy{
  2. text-decoration: none;
  3. background-color:white;
  4. font-size: 16px;
  5. }
  6. .holy:hover{
  7. text-decoration: underline;
  8. background-color:yellow;
  9. }
  10. input:hover{
  11. background-color:white;
  12. }
  13. input{
  14. width: 220px;height: 34px;
  15. text-shadow: 1px 1px 1px white;
  16. text-align: center;
  17. background-color: yellow;
  18. color:blue;
  19. font-weight:bold;font-size: 16px;
  20. }
  21. .holybible {
  22. width: 160px;
  23. height: 34px;
  24. font-size: 20px;
  25. }
  26. p{
  27. font-family: Arial,Verdana,Times, serif;
  28. font-size: 4px;
  29. }
  30. h1{
  31. font-family:Arial,Verdana,Times, serif;
  32. font-size: 40px;
  33. }