Try to experiment with this (if this is what you mean):
Code:
<!doctype html>
<html >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Small image used as background</title>
<style>
body {font-family: arial; font-size: 13px; }
</style>
</head>
<body >
<div style="position:absolute; left:0px; top:0px; width:100%; height:100%; z-index:-1; ">
<img src="https://encrypted-tbn1.gstatic.com/images?q=tbn:ANd9GcSgUEAom7HzEHVBZzwqRgzrLf3XGeq5Xj20QxrOaS_A1U18uQl3NpU82zPj" style="position:fixed; width:100%; height:130%;" alt="">
</div>
<div style="position: relative; text-align: center; font-size:140%; top: 40px; padding-bottom:8%">
Homo habilis: 2.4 million to 1.4 million years ago </div>
<div style="background: white; padding: 20px; margin-left:20%; margin-right: 20%; opacity:0.8">
<i>Homo habilis</i> has a smaller face and smaller teeth than <i>Australopithecines</i> or older hominin species. But it still retains some ape-like features, including long arms and a moderately-prognathic face. Its name, which means 'handy man', was given in 1964 because this species was thought to represent the first stone-tool maker. Currently, the oldest stone tools are dated slightly older.<br><br>
<i>Homo habilis</i> has a smaller face and smaller teeth than <i>Australopithecines</i> or older hominin species. But it still retains some ape-like features, including long arms and a moderately-prognathic face. Its name, which means 'handy man', was given in 1964 because this species was thought to represent the first stone-tool maker. Currently, the oldest stone tools are dated slightly older.<br><br>
<i>Homo habilis</i> has a smaller face and smaller teeth than <i>Australopithecines</i> or older hominin species. But it still retains some ape-like features, including long arms and a moderately-prognathic face. Its name, which means 'handy man', was given in 1964 because this species was thought to represent the first stone-tool maker. Currently, the oldest stone tools are dated slightly older.<br><br>
</div>
</body>
</html>
Bookmarks