steps:
The CSS
h1#text{
position: absolute;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
color: #FFFFFF;
display: inline;
left: 0;
top: 75%;
margin-left: 7px;
padding: 5px 30px 5px 10px;
}
div#container{
width:100%;
height:100%;
}
The HTML:
The Web of Tomorrow!
that's it.
steps:
The CSS
h1#text{
position: absolute;
background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
font-family: "Lucida Sans Unicode","Lucida Grande",Garuda,sans-serif;
color: #FFFFFF;
display: inline;
left: 0;
top: 75%;
margin-left: 7px;
padding: 5px 30px 5px 10px;
}
div#container{
width:100%;
height:100%;
}
The HTML:
The Web of Tomorrow!
that's it.