Advertisement
Guest User

Untitled

a guest
Jan 7th, 2023
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.94 KB | None | 0 0
  1. <head>
  2.     <title>title</title>
  3.     <style>
  4.         body{
  5.         font-family: 'Roboto', sans-serif;
  6.         overflow-x: hidden;
  7.         margin: 0;
  8.         padding:0;
  9.         }
  10.        
  11.         .zak1{
  12.         position: relative;
  13.         }
  14.        
  15.         .zak1:hover{
  16.         transition-duration: 0.3s;
  17.         width: 345;
  18.         }
  19.        
  20.         .zdj1{
  21.         transition-duration: 0.3s;
  22.         position: relative;
  23.         width: 335px;
  24.         filter: contrast(120%);
  25.         box-shadow: 4px 4px 20px rgba(0,0,0,1);
  26.         }
  27.        
  28.         .zdj1:hover{
  29.         }
  30.        
  31.         .odn-tekst{
  32.         text-shadow: 2px 2px 5px black;
  33.         position: relative;
  34.         color: white;
  35.         font-size: 30px;
  36.         top: -220px;
  37.         left: 0px;
  38.         }
  39.        
  40.         .mini-tekst{
  41.         font-size: 17px;
  42.         top: -245px;
  43.         }
  44.        
  45.        
  46.        
  47.     </style>
  48. </head>
  49. <body>
  50.     <center>
  51.         <br>
  52.         <div class="zak1">
  53.             <img src="mapz.png" class="zdj1 zak1"></img>
  54.             <p class="odn-tekst" unselectable="return false">Tekst <br>Tekst2</p>
  55.             <p class="mini-tekst odn-tekst" unselectable="return false">Tekst3</p>
  56.         </div>
  57.     </center>
  58. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement