
wrap> a {
width: 300px;
height: 50px;
background-color: white; <-이게 작동이 안돼는 것 같습니다
border: 8px;
margin-bottom: 10px;
font-size: 14px;
font-weight: bold;
color:#44398A;
display: flex;
flex-direction: column;
align-items: center;
align-items: center;
text-decoration: none;
box-shadow: 3px 3px 5px 0px black;
}
wrap> a:hover{
background-color: #f2f2f2;
}
background-color가 안돼는건지 글자 배경이 안나와요
