<header>
<header>
<figure>
<img src="http://placehold.it/100/" src="An accurate description of the image!" />
<figcaption><h4>Nome aluno</h4><br>Codigo Aluno - Turma - Semestre </figcaption>
</figure>
<nav>
<ul>
<li><a href="#">Início</a></li>
<li><a href="#">Boletim</a></li>
<li><a href="#">Mensalidade</a></li>
<li><a href="#">Sair</a></li>
</ul>
</nav>
</header>
BODY {
BODY {
background-color: #e7e7e7;
padding: 50px;
font: 13px Arial;
}
header {
width: 740px;
height: 100px;
background-color: #FFF;
text-align: left;
position: relative;
margin: 0 auto;
}
header figure {
width: 100px;
height: 100px;
margin: 0;
position: relative;
}
header figure img {
width: 100%;
margin: 0;
}
header figure figcaption {
box-sizing: border-box;
box-sizing: border-box;
position: absolute;
top: 0;
left: 100px;
font-size:12px;
color: #525252;
text-align: left;
font-style:italic;
width: 290px;
height: 100px;
background: #ddd;
padding: 8px 15px;
}
header nav
{
position: absolute;
top: 24px;
right: 10px;
background-color: #ddd;
font-size: 14px;
max-width: 400px;
}
header nav ul {
float: left;
padding: 0;
}
header nav ul li {
text-align: right;
float: left; /* makes list horizontal */
list-style-type: none;
margin: 0;
margin: 0 0 25px 0px; /* separates 'buttons' */
}
header nav ul li a {
padding: 10px 15px; /* makes target area bigger */
color: #333; /* rgba backup */
/*color: rgba(255,255,255, 0.8);*/
text-decoration: none;
font-weight: bold;
/*text-shadow: 0 1px 1px rgba(0,0,0, 0.3);*/
/*
-webkit-transition: all 0.75s ease-in-out;
-moz-transition: all 0.75s ease-in-out;
-o-transition: all 0.75s ease-in-out;
transition: all 0.75s ease-in-out;
*/
}
header nav ul li a:hover, header nav ul li a:focus {
/*color: #fff;*/
background: #fff; /* rgba backup */
background: rgba(255,255,255, 0.9);
border-radius: 4px; /* safari & chrome */
border-radius: 4px; /* firefox */
border-radius: 4px; /* futureproof */
}
blockquote {
font-style: italic;
font-weight: 400;
font-size: 26px;
line-height: 37px;
margin-bottom: 25px;
}
h1 {
font-size: 68px;
line-height: 75px;
margin-bottom: 25px;
}
h2 {
font-size: 42px;
line-height: 50px;
margin-bottom: 25px;
}
h3 {
font-size: 26px;
line-height: 50px;
margin-bottom: 25px;
}
h4 {
margin-bottom: 0;
font-weight: 400;
font-style: normal;
font-size: 20px;
line-height: 8px;
}
h5 {
margin-bottom: 25px;
font-style: normal;
font-weight: normal;
}
h6 {
font-weight: 400;
font-style: italic;
margin-bottom: 25px;
}
p {
margin-bottom: 25px;
}
p.introducao {
font-size: 18px;
}