As a novice, I am currently attempting to convert a PSD file into HTML. My main goal is to achieve the full height of the background image within the .hero
class. What steps should I take to accomplish this successfully?
* {
margin:2px;
}
.container{
max-width: 90%;
margin:auto;
}
To achieve the desired effect, your code snippet would look similar to the one below:
https://i.sstatic.net/pr2Ua.png
Any suggestions on how to implement this?