커뮤니티
포인트
쿠폰
내 강의실
국비 신청 내역
증명서
계정
로그아웃
학습 질문
개발 일지
나의 활동
답변 완료
2-3 강의중에서 질문입니다.
undefined주차
북마크
최*덕
댓글
3
추천
0
조회수
12
조회수
12
답변 완료


  1. 입력을 하고 싶다 하고 엔터를 치면 저런값이 나오는데

튜터님 화면이랑 다릅니다.

이유가 뭘까요?


2.콘솔창 따로띄우기 방법 좀 알려주세요.

3.영화기록하기에 마우스 갖다 대면 2px바뀌는게 갑자기 안되는데 이유가 뭘까요?

<style>
  * {
    font-family: 'Gowun Dodum', sans-serif;
  }
  .mytitle{

    width: 100%;
    height: 250px;

    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("https://movie-phinf.pstatic.net/20210715_95/1626338192428gTnJl_JPEG/movie_image.jpg");
    background-position: center;
    background-size: cover;

    color: white;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .mytitle> button{
    width: 200px;
    height: 50px;

    background-color: transparent;
    color: white;

      border-radius: 50px;
      border: 1px solid white;

    margin-top: 10px;
  }

  .mytitle > button:hover {
    border: 2px solid white;
  }
  .mycomment {
      color: gray;
  }
  .wrap {
      max-width: 1200px;
      width: 95%;
      margin: 20px auto 0px auto;
  }
  .mypost {
      max-width: 500px;
      width: 95%;

      margin: 20px auto 0px auto;

      box-shadow: 0px 0px 3px 0px gray;
      padding: 20px;

  }
  .mybtn {
      display: flex;
      flex-direction: row;
      justify-content: center;
      align-items: center;

      margin-top: 10px;
  }
  .mybtn > button {
      margin-right: 10px;
  }
</style>




1번 질문화면

스파르타 즉문즉답

2번질문화면

스파르타 즉문즉답









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