Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- html:
- <!DOCTYPE html>
- <html>
- <head>
- <meta htpp-equiv="Content-Type" content="text/html; charfset=utf-8"/>
- <title>altri progetti</title>
- <link rel="stylesheet" type="text/css" href="altriprogetti.css">
- </head>
- <body>
- <div class="titolo"><h1>Altri Progetti</h1></div>
- <!--parte di sopra per il codice e tornare indietro!-->
- <ul class="indietro">
- <li>
- <a href="../home/main.html">torna indietro</a>
- </li>
- </ul>
- <ul class="indietro1">
- <li>
- <a href="https://pastebin.com/RVKBeekq">codice</a>
- </li>
- </ul>
- <!--testo-->
- <center>
- <table class="ciao" >
- <tr>
- <th style="padding-left:50px;">progetti:</th>
- <th>completato</th>
- </tr>
- <tr>
- <div class="sinistra">
- <th>senso della vita</th>
- <th><img src="x.png"></th>
- </div>
- </tr>
- <tr>
- <th>perdere tempo <br>a fare ste cazzate</th>
- <th><img src="v.png"></th>
- </tr>
- </table>
- </center>
- </body>
- </html>
- css:
- body{
- background-image: url(sfondohome1.png);
- background-repeat: repeat-y;
- background-size: cover;
- }
- .titolo h1{
- text-align: center;
- font-size: 100px;
- color: #22537b;
- }
- .indietro{
- margin-top:-210px;
- color: #258ee4 ;
- list-style:none;
- font-size:25px;
- margin-left:-30px;
- float:left;
- display:inline;
- }
- .indietro1{
- margin-top:-210px;
- color: #258ee4 ;
- list-style:none;
- font-size:25px;
- margin-right: 30px;
- float:right;
- display:inline;
- }
- .indietro a{
- text-decoration:none;
- }
- .indietro a:visited{
- color: #258ee4;
- }
- .indietro a:hover{
- color: #91bfe4;
- }
- .indietro1 a{
- text-decoration:none;
- }
- .indietro1 a:visited{
- color: #258ee4;
- }
- .indietro1 a:hover{
- color: #91bfe4;
- }
- .ciao{
- border: 2px solid #516ab5;
- }
- .ciao th{
- color:#22bbc5c4;
- padding-right: 50px;
- padding-bottom: 50px;
- font-size: 30px;
- }
- .sinistra{
- float: left;
- }
Advertisement
Add Comment
Please, Sign In to add comment