<div class="wrapper">
<figure class="profile">
<div class="profile-avatar"><img src="https://pp.userapi.com/c846321/v846321812/5434e/Aqm4z4EOBdU.jpg" alt="Моя аватарка"></div>
<figcaption>
<h3>Эмили Де Форест</h3>
<h4>Певица</h4>
<p>Тут должна быть очень модная и пафосная подпись.</p>
<div class="icons">
<a href="#"> <i class="icon ion-md-bookmarks"></i></a>
<a href="#"> <i class="icon ion-md-camera"></i></a>
<a href="#"> <i class="icon ion-md-heart"></i></a>
</div>
</figcaption>
</figure>
</div>
@import url(https://unpkg.com/[email protected]/dist/css/ionicons.min.css);
* {
margin: 0;
padding: 0;
}
body {
background-color: #000;
color: #333;
font-weight: normal;
font-size: 1em;
font-family: 'Roboto', Arial, sans-serif;
}
.profile {
font-family: 'Open Sans', Arial, sans-serif;
color: #dedede;
text-align: center;
line-height: 1.4em;
margin: 1% 1%;
min-width: 200px;
max-width: 310px;
display: inline-block;
}
.profile-avatar {
display: inline-block;
width: 70%;
padding: 10px;
border: 2px solid #123;
position: relative; /* Делаем элемент позиционированным */
z-index: 2; /* Накладываем z-ось со значением 2 */
}
.profile-avatar img {
max-width: 100%;
}
figcaption {
width: 80%;
background-color: #F2F2F2;
color: #555;
padding: 120px 25px 25px;
margin-top: -100px;
display: inline-block;
position: relative; /* Делаем элемент позиционированным */
z-index: 1; /* Накладываем z-ось со значением 1 */
}
.profile h3,
.profile h4,
.profile p {
margin: 0 0 5px;
}
.profile h3 {
font-weight: 600;
font-size: 1.3em;
}
.profile h4 {
color: #8c8c8c;
font-weight: 400;
letter-spacing: 0.2em;
}
.profile p {
font-size: 0.9em;
letter-spacing: 1px;
opacity: 0.9;
}
.profile i {
padding: 1px 2px;
display: inline-block;
font-size: 18px;
font-weight: normal;
color: #123;
opacity: 0.75;
}
.profile i:hover {
opacity: 1;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.