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.

29 lines
338B

  1. body{
  2. text-align: center;
  3. font-family: "DejaVu Sans", SansSerif;
  4. }
  5. .title{
  6. color: #456;
  7. }
  8. h1{
  9. margin-top: 100px;
  10. margin-bottom: 50px;
  11. }
  12. h2{
  13. margin-top: 100px;
  14. margin-bottom: 50px;
  15. }
  16. #logo-laclic:hover{
  17. cursor: crosshair;
  18. opacity: 0.5;
  19. }
  20. #logo-hop:hover{
  21. cursor: crosshair;
  22. opacity: 0.5;
  23. }