부트 스트랩, 구글 폰트, 이모티콘 사이트

손경아·2022년 7월 26일
0

웹개발

목록 보기
1/21

구글 폰트
https://fonts.google.com/?subset=korean

버튼 부트 스트랩
https://getbootstrap.com/docs/5.0/components/buttons/

이모티콘 사이트
https://kr.piliapp.com/facebook-symbols/

'''

<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/css/bootstrap.min.css" rel="stylesheet"
    integrity="sha384-EVSTQN3/azprG1Anm3QDgpJLIm9Nao0Yz1ztcQTwFspd3yD65VohhpuuCOmLASjC" crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.0.2/dist/js/bootstrap.bundle.min.js"
    integrity="sha384-MrcW6ZMFYlzcLA8Nl+NtUVF0sA7MsXsP1UyJoMp4YLEuNSfAP+JcXn/tWtIaxVXM"
    crossorigin="anonymous"></script>

<title>스파르타코딩클럽 | 부트스트랩 연습하기</title>
나는버튼이다
profile
행복은 내곁에

0개의 댓글