2
I can’t, every time I try to cut the baseboard or it goes up.
.principal {
margin: 0 auto;
background-color: #000000;
}
.bloco {
height: 100%;
width: 50%;
padding: 5px;
border-sizing: border-box;
padding-bottom: 3%;
float: left;
background-color: #cccccc;
clear: both;
}
<section class="principal">
<section class="bloco">
<h2>Bem Vindo</h2>
<p>Neste site você encontra todos os meus trabalhos, de forma simples e organizada.</p>
</section>
<section class="bloco">
<p>Neste site você encontra todos os meus trabalhos, de forma simples e organizada.</p>
</section>
</section>
footer {
background-color: #000000;
color: #FFFFFF;
font-family: Verdana;
font-size: 14px;
text-align: center;
padding: 3px;
}
<footer>
<p>Todos os direitos reservados. Desenvolvido por Thayna Menezes - © Copyright 2016.</p>
</footer>
That’s kind of how I want it.
What I have to change?
Post your code or what you tried, so it’s hard to help.
– Diego
Managed to make ?
– Diego Souza
No, it’s not working, I’ll draw a picture of how I want
– Thayna
Also put footer code, HTML and CSS.
– Diego Souza