For some reason, I cannot figure out how to style this appropriately.
Or do I need to use the image on this?
Here is what I have currently:
#hero #hero-text {
position: absolute;
bottom: 0px;
margin-left: 20%;
margin-right: 20%;
width: 60%;
background-color: black;
opacity: .3;
}
#hero #hero-text p {
color: white;
opacity: 1.0;
}