커뮤니티
포인트
로딩중
쿠폰
내 강의실
국비 신청 내역
수강권
증명서
숙제 피드백
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
html의 페이지에서 h1의 색을 지정했는데 적용되지않고 검정색으로 나와요
나만의 프로필 링크 페이지 만들기
1주차
북마크
유*영
댓글
4
추천
0
조회수
10
조회수
10
답변 완료

    <style>

        body{

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


        }

        .profile {

            width : 100px ;

            height : 100px ;

            border-radius: 100%;

            border :2px solid white;

            background-image: url('다운로드.jpg');

            background-position: center;

            background-size: cover;

        }

        .main{

            color:  white;

            font-size: 20px;

        }

        .sub{

            color:  white;

            font-size: 14px;

        }

        .wrap{

         

        }

    </style>

</head>

<body>

    <div class="wrap">

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

    <h1 calss="main">ㅇㅇㅇ</h1>

    <p class="sub">dd</p></div>

 

</body>

</html>

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