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

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

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


강의 1-8에서 버튼 부트스트랩 이용해서 했는데 기본 버튼색으로 나와요 ㅠ




스파르타 즉문즉답





<!DOCTYPE html>
<html lang="en">
<head>
      <meta charset="UTF-8">
      <title>상품 목록 페이지</title>
     <link href="https://fonts.googleapis.com/css2?family=Nanum+Pen+Script&display=swap" rel="stylesheet">
      <style>
      *{
         font-family: 'Nanum Pen Script', cursive;

      }
      .mytitle {
          background-color: #800080;

          height: 200px;

          text-align: center;

          border-radius: 10px;
          font-size: 35px;

      }
     .myimg { padding: 10px;
              width: 150px;
             height: 110px;
             border-radius: 20px;
     }


     .myrecord {

            width: 150px;
            margin: auto;
     }

        .mybtn{
            padding: 10px 15px 10px 10px;
              font-size: 18px;
        }

        .mywriting{
            margin: -15px 10px 10px 10px;
        }
      </style>


</head>


<body>

    <div class = "mytitle">

        <img class = "myimg" src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSaibQB_2WttGxRhPLom5uYGyjrDE0it9c2nQ&amp;usqp=CAU"/>
        <h1 class = "mywriting">나만의 와인은 ? </h1>
    </div>



    <div class = myrecord>
        <p><button class="mybtn"> 추천내용 평가 기록지</button></p>
        <p><input type="text"/></p>
<button type="button" class="btn btn-primary">Primary</button>



    <p><a href="https://www.winenara.com/shop/product/product_lists?sh_category1_cd=10000&sh_category2_cd=10100"> 매장사이트 </a></p>

     </div>
</body>
</html>


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