THEGAMING_ALE

Untitled

Apr 29th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.92 KB | None | 0 0
  1. html:
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta htpp-equiv="Content-Type" content="text/html; charfset=utf-8"/>
  6. <title>altri progetti</title>
  7. <link rel="stylesheet" type="text/css" href="altriprogetti.css">
  8.  
  9.  
  10.  
  11. </head>
  12. <body>
  13.  
  14. <div class="titolo"><h1>Altri Progetti</h1></div>
  15.  
  16. <!--parte di sopra per il codice e tornare indietro!-->
  17. <ul class="indietro">
  18. <li>
  19. <a href="../home/main.html">torna indietro</a>
  20. </li>
  21. </ul>
  22. <ul class="indietro1">
  23. <li>
  24. <a href="https://pastebin.com/RVKBeekq">codice</a>
  25. </li>
  26. </ul>
  27. <!--testo-->
  28. <center>
  29. <table class="ciao" >
  30. <tr>
  31. <th style="padding-left:50px;">progetti:</th>
  32. <th>completato</th>
  33. </tr>
  34. <tr>
  35. <div class="sinistra">
  36. <th>senso della vita</th>
  37. <th><img src="x.png"></th>
  38. </div>
  39. </tr>
  40. <tr>
  41. <th>perdere tempo <br>a fare ste cazzate</th>
  42. <th><img src="v.png"></th>
  43. </tr>
  44. </table>
  45. </center>
  46. </body>
  47. </html>
  48. css:
  49. body{
  50. background-image: url(sfondohome1.png);
  51. background-repeat: repeat-y;
  52. background-size: cover;
  53. }
  54. .titolo h1{
  55. text-align: center;
  56. font-size: 100px;
  57. color: #22537b;
  58. }
  59. .indietro{
  60. margin-top:-210px;
  61. color: #258ee4 ;
  62. list-style:none;
  63. font-size:25px;
  64. margin-left:-30px;
  65. float:left;
  66. display:inline;
  67.  
  68. }
  69.  
  70. .indietro1{
  71. margin-top:-210px;
  72. color: #258ee4 ;
  73. list-style:none;
  74. font-size:25px;
  75. margin-right: 30px;
  76. float:right;
  77. display:inline;
  78.  
  79. }
  80. .indietro a{
  81. text-decoration:none;
  82. }
  83. .indietro a:visited{
  84. color: #258ee4;
  85. }
  86. .indietro a:hover{
  87. color: #91bfe4;
  88.  
  89. }
  90. .indietro1 a{
  91. text-decoration:none;
  92. }
  93. .indietro1 a:visited{
  94. color: #258ee4;
  95. }
  96. .indietro1 a:hover{
  97. color: #91bfe4;
  98.  
  99. }
  100.  
  101. .ciao{
  102. border: 2px solid #516ab5;
  103.  
  104.  
  105. }
  106. .ciao th{
  107. color:#22bbc5c4;
  108. padding-right: 50px;
  109. padding-bottom: 50px;
  110. font-size: 30px;
  111. }
  112. .sinistra{
  113. float: left;
  114. }
Advertisement
Add Comment
Please, Sign In to add comment