
* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.
* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.
프로필링크 code 완성 후 결과 Live serve화면 비교 결과 아래외 같이 일치 하지 않는 원인을 찾다 몾 찾고 도움을 청합니다.
error를 봐 주시길 부탁합니다.
보index2.html
</html>
<!DOCTYPE html>
<html>
<head>
<meta property="og:title" content="르탄이 링크 모음!">
<meta property="og:description" content="어서와 코딩은 처음이지?">
<meta property="og:image" content="르탄이.png">
<title>르탄이 - 프로필 링크</title>
<style>
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
* {
font-family: "Pretendard", serif;
}
body {
background-color: #44398a;
}
.profile {
width: 100px;
height: 100px;
border-radius: 100%;
border: 2px solid white;
background-image:url('르탄이.png');
background-position: center;
background-size: cover;
}
.main {
color: white;
font-size: 20px;
position: center
}
.sub {
color: white;
font-size: 14px;
position: center
}
.wrap {
width: 350px;
margin: 30px auto 0px auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.wrap>a {
font-size: 14px;
font-weight: bold;
color: #44398A;
background-color: white;
border-radius: 8px;
box-shadow: 3px 3px 5px 0px black;
width: 300px;
height: 50px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin-bottom: 10px;
text-decoration: none;
}
</style>
</head>
<body>
<div class="wrap">
<div class="profile"></div>
<h1>르탄이</h1>
<p>코딩.. 좋아하세요?</p>
</div>
</html>고 계신 화면 전체를 캡처해 주시면, 튜터님들이 빠르게 상황을 이해할 수 있어요.

