커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
배포하기에서 수정 질문 드립니다.
undefined주차
북마크
정*혜
댓글
1
추천
0
조회수
14
조회수
14
답변 완료

안녕하세요~ ㅎㅎ


코딩 배우다보니 정말 재밋는거같아요 

자꾸더 응용해보고싶고, 직접 만들고 반영할수있어서

너무 좋아요 ㅠㅠ 밤새도록 하다가 결국 여기서 막혀서 끈고 잣는데

눈뜨자마자..질문드립니다 ㅎㅎㅎ


다름이 아니라 ...


마지막 동영상 강의에서 배포하기에서 

https://github.com/

해당 사이트에서 

제가만든 index.HTML&그림파일 업로드후 -> 5분후 ->링크확인 까지했는데


수정하고싶은 부분이있어서요 

제가만든 HTML의 연필부분 누르고 CTRL+A 모두 선택해서 

새로 수정된 코딩내역을 전체복사 붙여넣기 했는데...


다시 설정들어가서 

Settings (설정)들어가서 -> pages -> Visit site클릭또는 링크 클릭해도..

바뀐 내역이 확인이 안되서요... ㅠㅠㅠㅠ


Mypage-> 에서 index.html 의 Update index.html 부분 클릭해보니..

수정전은 초록색으로 행이 칠해져있고..

수정후는 빨간색으로 행이 칠해져있더라구요...

머가 문제일까요 ㅠㅠㅠㅠ


두개가 겹쳐진걸까요??

아니면 완전히 새로 그냥 프로그램에 수정후 코딩복사붙여 넣기후

처음 만들었던 "르탄이"에서 다시 재업로드를 해볼가요..?



해당부분은 ↓ 문제가 없는건가요? 수정한부분을 표시해주는건가요??

스파르타 즉문즉답


<!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="LA LUNA BEAUTY" />
	        <meta property="og:description" content="포항 1:1맞춤 뷰티시술샵" />
	        <meta property="og:image" content="공유할 이미지" />
	        <title>LA LUNA BEAUTY</title>
	        <style>
	            @import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
	                        * {
	                            font-family: "Pretendard",serif;
	                        }
	

	

	            body {
	                background: linear-gradient(180deg, rgb(246, 243, 210) 30%, #ffffff 100%);
	                height: 100vh;
	            }
	

	

	

	            .profile {
	                width: 150px;
	                height: 150px;
	

	                background-color: white;
	                border-radius: 100%;
	

	                border: 2px solid rgb(96, 95, 95);
	

	                background-image: url('그림6.png');
	                background-position: center;
	                background-size: cover;
	

	

	            }
	            .main {
	                color: black;
	                font-size: 20px;
	

	                margin-top: 30px;
	                margin-bottom: 3px;
	            
	                
	            }
	            .id {
	                color: black;
	                font-size: 5px;
	            }
	        
	            .sub {
	                color: black;
	                font-size: 14px;
	

	                margin-top: 30px;
	                margin-bottom: 20px;
	

	                font-weight: bold;
	            
	            }
	            .wrap {
	                background-color: rgba(246, 243, 210, 0);
	                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: white;
	                border-radius: 8px;
	

	                margin-bottom: 15px;
	

	                font-size: 14px;
	                font-weight: bold;
	                color: black;
	

	                display: flex;
	                flex-direction: column;
	                justify-content: center;
	                align-items: center;
	

	                text-decoration: none;
	

	                box-shadow: 1px 1px 12px 0px black;
	

	            }
	            .wrap > a:hover {
	                background-color: rgb(239, 239, 239);
	                font-size: 15px;
	                color: rgb(255, 0, 0);
	            }
	        </style>
	    </head>
	    <body>
	        <div class="wrap">
	            <div class="profile"></div>
	            <h1 class="main">라루나 뷰티샵</h1>
	            <h2 class="id">@_____la.luna_</h2>
	            <p class="sub">100%예약제 / 1:1맞춤시술</p>
	            <a target="_blank" href="https://www.naver.com//">♥ 실시간 예약바로가기 ♥</a>
	            <a target="_blank" href="https://www.instagram.com/ji._.haem__/">♥ LU luna 인스타 ♥</a>
	            <a target="_blank" href="https://blog.naver.com/wjd5021">♥ LU luna 블로그 후기 ♥</a>
	            <a target="_blank" href="https://www.naver.com//">♥ LU luna 네이버 ♥</a>
	        </div>
	     
	    </body>
	</html>
취소
 공유
취소
댓글 0
댓글 알림
나의얼굴