커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
프로필 제목에 그림자 넣을 수 있을까요?
undefined주차
북마크
하*은
댓글
3
추천
0
조회수
13
조회수
13
답변 완료

프로필 제목에 그림자 살짝 넣고 싶은데 어떻게 하면 좋을까요?





작성한 코드 및 에러 메세지


    <style>

      @import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');

*       {

       font-family: "Pretendard",serif;

        }

      body {

        background-color: #fbb3b8;

      }

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

        margin-top: 30px;

        margin-bottom: 10px

                

      }

      .sub {

        color: white;

        font-size: 14px;

        margin-top: 0px;

        margin-bottom: 30px;

      }

      .wrap {

        width: 300px;

        margin: 30px auto 0px auto;


        display: flex;

        flex-direction: column;

        justify-content: center;

        align-items: center;

      }

      .wrap > a {

        width: 300px;

        height: 50px;

        background-color: rgb(255, 255, 255);

        border-radius: 8px;

        margin-bottom: 10px;

        font-size: 14px;

        font-weight: bold;

        color: #ff3e3e;

        display: flex;

        flex-direction: column;

        justify-content: center;

        align-items: center;

        text-decoration: none;

        box-shadow: 3px 3px 5px 0px #bcddfc;


      }

      .wrap > a:hover {

        background-color: rgb(255, 255, 255);

      }

    </style>

  </head>

  <body>

    <div class="wrap">

      <div class="profile"></div>

      <h2 class="main">나나네</h2>

      <p class="sub">나나상점입니다 </p>

취소
 공유
취소
댓글 0
댓글 알림
나의얼굴