| layout |
default |
| nav_order |
1 |
| description |
h1ghl1kh7's blog |
| permalink |
/ |
| toc |
false |
<style>
.profile-container {
display: flex;
align-items: center;
}
.profile-picture {
width: 200px; /* 프로필 사진의 너비 조정 */
height: 200px; /* 프로필 사진의 높이 조정 */
border-radius: 50%; /* 프로필 사진을 동그랗게 만듦 */
margin-right: 100px; /* 프로필 사진과 이름/서두 사이의 간격 조정 */
}
.profile-info {
text-align: left;
}
.profile-info h1 {
margin-bottom: 30px
}
</style>
(㇏(•̀ᵥᵥ•́)ノ) -- (㇏(•̀ᵥᵥ•́)ノ)
I'm CTF Player, Vulnerability Researcher
- Binary Exploitation
- Reverse Engineering
- Programming
- Web Hacking
- Cryptography
<style>
#footer-links {
display: stretch;
justify-content: space-between; /* 아이템들을 수평으로 고르게 분산 */
}
#footer-links a {
margin-right: 10px;
}
</style>