|
| 1 | +<html> |
| 2 | +<head> |
| 3 | +<title> parallax effect</title> |
| 4 | +<meta charset="utf-8"> |
| 5 | + |
| 6 | +<style> |
| 7 | +.container{ |
| 8 | + max-width: 960px; |
| 9 | + margin:0 auto; |
| 10 | + background: #f9f9f9: |
| 11 | + font-size:24px; |
| 12 | + padding:25px; |
| 13 | + |
| 14 | +} |
| 15 | +.parallax { |
| 16 | + background:url("static/bg.jpg") no-repeat center; |
| 17 | + background-size:cover; |
| 18 | + background-attachment: fixed; |
| 19 | + height:500px; |
| 20 | +} |
| 21 | +.parallax1 { |
| 22 | + background:url("static/delta.jpg") no-repeat center; |
| 23 | + background-size:cover; |
| 24 | + background-attachment: fixed; |
| 25 | + height:500px; |
| 26 | +} |
| 27 | + |
| 28 | + </style> |
| 29 | +<!-- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script> |
| 30 | +<script src="parallax.js" type="text/javascript"></script> --> |
| 31 | +</head> |
| 32 | +<body> |
| 33 | + |
| 34 | +<div class="container"> |
| 35 | + <p>Nature is very importance of humans have needed to survive and thrive, was provided by the natural world around us : food, water, |
| 36 | + medicine, materials, for shelter, and even natural cycles such us climate and nutrients . Nature is our sole supplier. Some animals give us food</p> |
| 37 | + <p>Nature is very importance of humans have needed to survive and thrive, was provided by the natural world around us : |
| 38 | + food, water, medicine, materials, for shelter, and even natural cycles such us climate and nutrients . Nature is our sole supplier. Some animals give us food</p> |
| 39 | + |
| 40 | + <p>Nature is very importance of humans have needed to survive and thrive, was provided by the natural world around us : |
| 41 | + food, water, medicine, materials, for shelter, and even natural cycles such us climate and nutrients . Nature is our sole supplier. Some animals give us food</p> |
| 42 | + <div class="parallax1"> |
| 43 | + |
| 44 | + </div> |
| 45 | + <p>Nature is very importance of humans have needed to survive and thrive, was provided by the natural world around us : |
| 46 | + food, water, medicine, materials, for shelter, and even natural cycles such us climate and nutrients . Nature is our sole supplier. Some animals give us food</p> |
| 47 | + <p>Nature is very importance of humans have needed to survive and thrive, was provided by the natural world around us : |
| 48 | + food, water, medicine, materials, for shelter, and even natural cycles such us climate and nutrients . Nature is our sole supplier. Some animals give us food</p> |
| 49 | + <p>Nature is very importance of humans have needed to survive and thrive, was provided by the natural world around us : |
| 50 | + food, water, medicine, materials, for shelter, and even natural cycles such us climate and nutrients . Nature is our sole supplier. Some animals give us food</p> |
| 51 | + <p>Nature is very importance of humans have needed to survive and thrive, was provided by the natural world around us : |
| 52 | + food, water, medicine, materials, for shelter, and even natural cycles such us climate and nutrients . Nature is our sole supplier. Some animals give us food</p> |
| 53 | + <p>Nature is very importance of humans have needed to survive and thrive, was provided by the natural world around us : |
| 54 | + food, water, medicine, materials, for shelter, and even natural cycles such us climate and nutrients . Nature is our sole supplier. Some animals give us food</p> |
| 55 | + |
| 56 | +<div class="parallax" > |
| 57 | + |
| 58 | +</div> |
| 59 | + |
| 60 | +</div> |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | +</body> |
| 65 | +</html> |
0 commit comments