Advertisement
inz_tutorial

inz tiger wapsite 3gp

Jun 16th, 2023
110
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.59 KB | Source Code | 0 0
  1. ss
  2. body {
  3.     margin: 0;
  4.     padding: 0;
  5.     font-family: Arial, sans-serif;
  6. }
  7.  
  8. .parallax {
  9.     height: 500px;
  10.     position: relative;
  11.     overflow: hidden;
  12. }
  13.  
  14. .parallax-bg {
  15.     background: url('header-bg.jpg') no-repeat center center fixed;
  16.     background-size: cover;
  17.     height: 100%;
  18.     position: absolute;
  19.     top: 0;
  20.     left: 0;
  21.     right: 0;
  22.     bottom: 0;
  23.     z-index: -1;
  24. }
  25.  
  26. .header {
  27.     position: absolute;
  28.     top: 50%;
  29.     left: 50%;
  30.     transform: translate(-50%, -50%);
  31.     color: #fff;
  32.     text-align: center;
  33. }
  34.  
  35. .header h1 {
  36.     font-size: 48px;
  37.     margin: 0;
  38. }
  39.  
  40. .header p {
  41.     font-size: 24px;
  42.     margin: 20px 0 0;
  43. }
Tags: xml Tiger inz
Advertisement
Comments
Add Comment
Please, Sign In to add comment
Advertisement