
여기 들어가보시면 코드도 그대로 심어져 있는데 가운데 정렬이 안되어 있어요. 글자들이 ㅠㅠ 원인이 뭘까요
코드는 이 부분 같아요 뭐가 잘못되었길래 글자 가운데 정렬이 안되는걸까요 답답해요
아무리 돌려봐도 원인을 못찾겠어요
.wrap > a {
width: 300px;
height: 50px;
background-color: white;
border-radius: 8px;
margin-bottom: 10px;
font-size : 14px;
font-weight: bold;
color: #44398A;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-decoration: none;
box-shadow: 3px 3px 5px 0px black;
}
.wrap > a:hover {
background-color: #f2f2f2;
}
</style>
