One issue I am facing is that the "h1" text is not appearing as intended, and upon resizing the screen, the "p" text shifts down the page and no longer aligns with the image.
Below is the HTML code snippet:
<div id="home_header">
<img src="resources/assets/home_header.png" alt="youth futures header">
<h1>Hi</h1>
<p class="textstyle2">14 WARM BEDS. YOUTH 12-17.<br/>YOUR TEMPORARY HOME:)</p>
</div>
Here is the associated CSS code:
h1 {
font-family: "quicksand-bold";
font-size:214px;
line-height:244px;
color:#ffffff;
margin:0;
width: auto;
text-align:center;
}
.textstyle2 {
font-family:"quicksand-bold";
font-size:38px;
line-height:43px;
color:#9ec54d !important;
}