생각기록

전체 실습 본문

SeSAC 풀스택/JavaScript

전체 실습

끼록관 2022. 11. 8. 19:07

실습 21. 전체 실습

2022년 11월 조건

 

조건 1. 배우지 않은 Javascript 라이브러리 사용하기 Ex) Sweetalert, Chart.js, Scroll, Fullpage 등등

조건 2. Bootstrap Component 또는 Utility 5개 이상 사용하기

조건 3. 반응형 페이지로 만들기

 

Navbar 가운데 정렬하는 법

https://mdbootstrap.com/how-to/bootstrap/navbar-center/

 

How to center Bootstrap Navbar - code helpers

To center the Navbar horizontally use flexbox utilities. Add .justify-content-center classes to the Navbar element to align all its elements to the middle.

mdbootstrap.com

 

 

css grid

https://studiomeal.com/archives/533

'SeSAC 풀스택 > JavaScript' 카테고리의 다른 글

2022-12-03 MVC 패턴 / 방명록 만들기  (0) 2022.12.03
코어 자바스크립트 1강  (0) 2022.11.30
2022-11-08-제이쿼리 마무리 이벤트 리스너  (0) 2022.11.08
JQuery 사용  (0) 2022.11.05
2022-11-05 수업 Bootstrap  (0) 2022.11.05