Advertisement
THEGAMING_ALE

Untitled

Apr 19th, 2018
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.60 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. <link rel="stylesheet" type="text/css" href="contatti.css">
  7. <title>contatti</title>
  8. </head>
  9. <body>
  10. <div class="titolo"><h1>Contattit</h1></div>
  11. <!--parte di sopra per il codice e tornare indietro!-->
  12. <ul class="indietro">
  13. <li>
  14. <a href="../home/main.html">torna indietro</a>
  15. </li>
  16. </ul>
  17. <ul class="indietro1">
  18. <li>
  19. <a href="https://pastebin.com/RVKBeekq">codice</a>
  20. </li>
  21. </ul>
  22. <!--parte principale-->
  23. <div clas="testo">
  24.  
  25. <ul>
  26. <li class="ciao">telegram: alex9000099</li>
  27. <li class="ciao"><br><br><br><br><br><br><br>email: thegamingale@gmail.com</li>
  28. </ul>
  29.  
  30. </div>
  31. </body>
  32. </html>
  33. css
  34. body{
  35. background-image: url(sfondohome1.png);
  36. background-repeat: repeat-y;
  37. background-size: cover;
  38. }
  39. .titolo h1{
  40. text-align: center;
  41. font-size: 100px;
  42. color: #7b7e86ab;
  43. }
  44. .indietro{
  45. margin-top:-210px;
  46. color: #258ee4 ;
  47. list-style:none;
  48. font-size:25px;
  49. margin-left:-30px;
  50. float:left;
  51. display:inline;
  52.  
  53. }
  54.  
  55. .indietro1{
  56. margin-top:-210px;
  57. color: #258ee4 ;
  58. list-style:none;
  59. font-size:25px;
  60. margin-right: 30px;
  61. float:right;
  62. display:inline;
  63.  
  64. }
  65. .indietro a{
  66. text-decoration:none;
  67. }
  68. .indietro a:visited{
  69. color: #258ee4;
  70. }
  71. .indietro a:hover{
  72. color: #91bfe4;
  73.  
  74. }
  75. .indietro1 a{
  76. text-decoration:none;
  77. }
  78. .indietro1 a:visited{
  79. color: #258ee4;
  80. }
  81. .indietro1 a:hover{
  82. color: #91bfe4;
  83.  
  84. }
  85. .ciao{
  86. font-size:40px;
  87. text-decoration: none;
  88. list-style-type: none;
  89. color:#b1b8c7bf;
  90. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement