<div class="wrap-profile">
<img class="profile-picture" src="./images/botamon.jpeg">
<div class="blog-name">깜몬 개발노트</div>
<div class="blogger-name">깜몬</div>
</div>
<div class="home">
<a href=""><i class="fa-regular fa-message"></i></a>
<a href="https://blackpaw.tistory.com/manage/post"><i class="fa-solid fa-pen-to-square"></i></a>
<a href="https://blackpaw.tistory.com/manage"><i class="fa-solid fa-gear"></i></a>
</div>
.wrap-profile {
align-items: center;
justify-content: center;
text-align: center;
margin: 20px 0 0 0;
}
.profile-picture {
width: 200px;
}
.blogger-name {
font-size: 14px;
margin: 10px 0;
color: grey;
}
.blog-name {
font-size: 18px;
}
a {
text-decoration: none;
}
.home {
text-decoration: none;
display: flex;
align-items: center;
justify-content: space-around;
/* box-shadow: 0 0 11px -5px; */
width: 200px;
height: 55px;
margin-top: 20px;
margin-bottom: 20px;
padding: 0 20px 0 20px;
background: #ffd866;
border-radius: 20px;
margin: 20px auto;
}
.home i {
color: black;
}