css
body {
font-family: "Crimson Text", "Times New Roman", serif;
background-color: #F2FFFC;
font-size: 120%;
line-height: 1.5;
}
h1,
h2,
.subtitulo-principal {
font-family: "Open Sans Condensed", "Arial", sans-serif;
}
h1 {
text-transform: uppercase;
font-size: 3em;
text-shadow: 2px 2px #000;
}
.titulo-principal {
text-align: center;
background-color: #851944;
color: #FFF;
padding: 2rem;
border-bottom: .5rem solid #000;
}
.subtitulo-texto {
font-size: 1.5em;
clear: both;
}
main a {
color: #851944;
}
main p {
text-align: justify;
margin: 1em 0;
}
.navegacao-site {
text-align: center;
background-color: #3C1D3D;
color: #F2FFFC;
padding: 1em;
}
.navegacao-site a {
color: inherit;
font-family: "Open Sans Condensed", "Arial", sans-serif;
text-transform: lowercase;
}
.navegacao-site h1 {
font-size: 1.5em;
margin-bottom: 1em;
}
nav a:hover, nav a:focus{
text-shadow: 0 0 5px pink;
}
.rodape-pagina {
background-image: radial-gradient(ellipse at left bottom,
rgba(60, 29, 61, 0.8) 65%,
black 65%,
black 70%,
transparent 70%);
background-size: 25%;
background-repeat: no-repeat;
color: #F2FFFC;
text-shadow: 2px 2px #000;
padding: 1em;
clear: both;
position: fixed;
bottom: 0;
left: 0;
width: 100%;
box-sizing: border-box;
}
.container {
width: 80ch;
margin-left: auto;
margin-right: auto;
padding: 1.3em 0;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}
.icones-redes-sociais li {
display: inline-block;
}
.icones-redes-sociais a {
width: 40px;
height: 40px;
display: block;
text-indent: -99999px;
position: relative;
}
.github {
background-image: url(../imagens/github.png);
}
.twitter {
background-image: url(../imagens/twitter.png);
}
.linkedin {
background-image: url(../imagens/linkedin.png);
}
main {
width: 80%;
float: left;
padding-bottom: 4em;
}
.minha-foto,
.navegacao-site {
border-left: .5em solid black;
border-bottom: .5em solid black;
box-sizing: border-box;
}
.navegacao-site {
width: 20%;
float: right;
position: relative;
top: 300px;
}
.minha-foto {
position: absolute;
top: 0;
right: 0;
height: 300px;
}
main a:hover, main a:focus, footer a:hover, footer a:focus{
color: red;
}
.icones-redes-sociais a:hover::after,
.icones-redes-sociais a:focus::after{
content: attr(data-tooltip);
position: absolute;
top: 130%;
right: -20%;
text-indent: 0;
width: 300%;
background: white;
color: black;
font-size: .75em;
border: 3px solid lightgray;
border-radius: 5px;
padding: 11%;
z-index: 5;
}
.icones-redes-sociais a:hover::before,
.icones-redes-sociais a:focus::before{
content: '';
position: absolute;
top: 121%;
right: 31%;
text-indent: 0;
width: 0.8em;
height: 0.8em;
background-color: white;
box-shadow: 3px 3px 0 0 lightgray;
transform: rotate(-135deg);
z-index: 10;
}
Estão aí, Matheus.
Desculpe a demora.