본문 바로가기
보드게임 긱 추천 게임
Wizard Thumbnail
BoardGameGeek 사이트에서 인기순위 상위 100개 중 랜덤 3개를 보여줍니다.
BGG
귀펀치토끼는 부서지지 않는다.
주소(D)
영웅은 공부 따원 안 한다네/HTML CSS

티스토리 프로필 꾸미기

<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;
}

 

완료
내 컴퓨터