Advertisement
LounaDragon

Mon code de ma fiche de style

Nov 28th, 2019
638
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.46 KB | None | 0 0
  1. @charset "utf-8";
  2.  
  3. html{
  4.     height: 100%;
  5. }
  6.  
  7. body{
  8.     background-image:url(../img/lune.jpg);
  9.     background-repeat: no-repeat;
  10.     position: relative;
  11. }
  12.  
  13. table{
  14.  
  15.     width: 100%;
  16. }
  17.  
  18. tr{
  19.        
  20. }
  21.  
  22. td{
  23.     text-align: center
  24. }
  25.  
  26. a:hover{
  27.     text-decoration: none;
  28.     color: blue;
  29. }
  30.  
  31. a:active{
  32.     text-decoration: none;
  33.     color: blue;
  34. }
  35.  
  36. a:visited{
  37.     text-decoration: none;
  38.     color: black;
  39. }
  40.  
  41. h1{
  42.     text-align: center;
  43. }
  44. h2{
  45.     color: #B0B1BF;
  46.     font-size: 18px
  47. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement