-1
I’m trying to correct a mistake in my website to leave the h3
in the center of the Section, I have tried several methods, I do not know if it can be error or other.
the CSS is this:
.BlackSky{
background-color: #1C1624;
width: 100%;
height: 300px;
}
.StarsSky{
width: 100%;
height: 100%;
background-image: url('../images/star.png');
}
.StarsSky h3{
font-size: 4em;
color: #F0FFFF;
margin-bottom:0%;
}
and the HTML is this:
<section class="BlackSky">
<section class="StarsSky">
<h3>Givago Fritzen</h3>
</section>
</section>
You already asked that question: Centering H3 in Section (Vertically and Horizontally) ... wait for someone to answer.
– NoobSaibot
User asked the same question https://answall.com/questions/294825
– Marcus Nunes
True, I happened to ask to confirm the email, and I thought you had not gone, I will try to fix this. Thanks for the warning.
– Givago Fritzen