커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
네모박스 네개가 안만들어져요
undefined주차
북마크
황*화
댓글
5
추천
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: #948572;
    }
    .profile{
        width:100px;
        height:100px;

        border-radius: 100%;
        
        border : 2px solid white;
        background-image: url('제목없음.jpg');


        background-position : center;
        background-size:cover;
        }
        .main{
            color: #533c2c;
            font-size : 20px;
            margin-top : 30px;
            margin-bottom : 0px;
        }

        .sub{
            color: #533c2c;
            font-size : 14px;
            margin-bottom : 30px;
        }

        .wrap{
            width: 300px;            
            margin:30px auto 0px auto;
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
        }

        .warp>a{
           
            width: 300px;
            height: 50px;
            background-color: white;
            border-radius :8px;

            margin-bottom :10px;
            font-size:14px;
            font-weight:bold;
            color:#948572;
        
            
            display:flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
         
            text-decoration: none;
            box-shadow:3px 3px 5px 0px black ;
        }
      
        .warp > a:hover{
            background-color:antiquewhite;
        }

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