커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
프로필 사진을 jpg 파일로 넣었는데 업로드가 안돼요.
undefined주차
북마크
이*희
댓글
10
추천
0
조회수
15
조회수
15
답변 완료

* 겪고 있는 문제 상황을 최대한 자세하게 작성해주세요.

* 문제 해결을 위해 어떤 시도를 해보았는지 구체적으로 함께 알려주세요.


프로필 사진을 jpg 파일로 넣었는데 업로드가 안돼요?

PNG파일로만 업로드가 가능한가요?



<!DOCTYPE html>

<html>

<head>

    <meta charset="UTF-8">

    <meta http-equiv="X-UA-Compatible" content="IE=edge">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <meta property="og:title" content="성희의 영어수업">

    <meta property="og:description" content="#권정열 #인디 #가을">

    <meta property="og:image" content="rabbit.jpg">요기를 바꿨는데 결과에 사진이 안바뀌어요

    <title>십센치 팬 페이지</title>

    <style>

        @import url('rabbit.jpg');

        * {

            font-family: "Pretendard",serif;

        }

        body {

            background-image: url('https://s3.ap-northeast-2.amazonaws.com/materials.spartacodingclub.kr/free_myprofile/%ED%8C%AC+%ED%8E%98%EC%9D%B4%EC%A7%80/%EA%B5%AC%EB%A6%84%EB%B0%B0%EA%B2%BD.png');

            background-position: center;

            background-size: cover;

            height: 100vh;

          }

        .pro {

            background: rgba(255, 255, 255, 0.9);

            backdrop-filter: blur(35px);

            width: 320px;

            height: 230px;

            border-radius: 8px;

            margin-bottom: 60px;

            display: flex;

            flex-direction: column;

            justify-content: center;

            align-items: center;

        }

        .profile {

            width: 90px;

            height: 90px;

            border-radius: 100%;

            background-image: url(rabbit.jpg');

            background-position: center;

            background-size: 95px 95px;

            background-position: center;

        }

        .main {

            color : #000000;

            font-size: 20px;

            size : 20px;

            margin-top: 20px;

            margin-bottom: 10px;

        }

        .sub {

            color : #000000;

            font-size: 16px;

            font-weight: 500;

            size : 14px;

            margin-top: 0px;

            margin-bottom: 2px;

        }

        .subs {

            display: flex;

            flex-direction: row;

            justify-content: center;

            align-items: center;

            gap: 13px;

        }

        .wrap {

            width: 300px;

            margin: 30px auto 0px auto;

            display: flex;

            flex-direction: column;

            justify-content: center;

            align-items: center;

        }

        .bigbutton {

            width: 320px;

            height: 60px;

            border-radius: 8px;

            background: rgba(255, 255, 255, 0.9);

            backdrop-filter: blur(35px);

            margin-bottom: 12px;

            font-size: 17px;

            font-weight: bold;

            color:#000000;

            display: flex;

            flex-direction: column;

            justify-content: center;

            align-items: center;

            text-decoration: none;

        }

        .source {

            font-size: 17px;

            color: white;

            font-weight: 500;

        }

        .wrap > a:hover {

            background-color: #f2f2f2;

    </style>

</head>

<body>

    <div class="wrap">

        <div class="pro">

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

            <h1 class="main">성희Craig의 영어 수업</h1>

            <div class="subs">

                <p class="sub">#권정열</p>

                <p class="sub">#인디</p>

                <p class="sub">#가을</p>

            </div>

        </div>

        <a class="bigbutton"target="_blank" href="https://www.youtube.com/watch?v=VQZXXciZb_c">Youtube</a>

        <a class="bigbutton"target="_blank" href="https://www.instagram.com/10cm_official/">Instagram</a>

        <a class="bigbutton"target="_blank" href="https://twitter.com/fan10cm">Fan Cafe</a>

        <a class="bigbutton"target="_blank" href="https://www.vlive.tv/video/172667">V Live</a>

        <p class="source">made by sparta</p>

    </div>

</body>

</html>






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