코딩의 시작.

서샘이·2021년 12월 31일
0
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"
      integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">

<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"
        integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q"
        crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"
        integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl"
        crossorigin="anonymous"></script>

<title>스파르타코딩클럽 | 부트스트랩 연습하기</title>
<style>
    .introduction {
        width: 500px;
        margin: auto;
    }

    .title_01 {
        font-size: 28px;
    }

    .name {
        margin: auto;
        width: 500px;
    }

    .quantity {
        width: 500px;
        margin: auto;
    }

    .adress {
        margin: 15px auto 15px auto;
        width: 500px;
    }

    .number {
        margin: auto;
        width: 500px;
    }

    .order {
        margin: auto;
        width: 90px;
        border-radius: 10px;
    }

    * {
        font-family: 'Dokdo', cursive;
        font-family: 'Poor Story', cursive;
        font-family: 'Yeon Sung', cursive;
    }
</style>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Dokdo&family=Poor+Story&family=Yeon+Sung&display=swap"
      rel="stylesheet">

100년의 전통, 테일러 푸룬 가격: 4500원/개

부드럽게 맛있는 풍부한 자연 에너지로 변비 잘가! 건강 웰컴!

주문자 이름
수량 --수량을 선택하세요-- 1 2 3
주소
전화번호
주문하기

1주차 코딩 숙제를 마쳤다.
역시 뭐든 처음은 재미있다. :)
이 즐거움이 계속되길...
Happy New Year!

0개의 댓글