Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ss
- body {
- margin: 0;
- padding: 0;
- font-family: Arial, sans-serif;
- }
- .parallax {
- height: 500px;
- position: relative;
- overflow: hidden;
- }
- .parallax-bg {
- background: url('header-bg.jpg') no-repeat center center fixed;
- background-size: cover;
- height: 100%;
- position: absolute;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- z-index: -1;
- }
- .header {
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- color: #fff;
- text-align: center;
- }
- .header h1 {
- font-size: 48px;
- margin: 0;
- }
- .header p {
- font-size: 24px;
- margin: 20px 0 0;
- }
Advertisement
Advertisement