👩‍💻 Programming/Frontend

👩‍💻 Programming/Frontend

[WEB] BootStrap 템플릿+API 적용

BootStrap 템플릿으로 간단한 웹페이지를 만들어보고, API를 적용해보았다. startbootstrap.com/ uicookies.com/bootstrap-datatable/ > git clone https://github.com/puikinsh/Adminator-admin-dashboard.git adminator > cd adminator > npm install > npm run dev github.com/puikinsh/Adminator-admin-dashboard#getting-started datatables.net/examples/styling/bootstrap4 위 링크에서 데이터베이스 테이블 frontend 코드를 참고해서 작성한다. opentutorials.org/course/13..

👩‍💻 Programming/Frontend

[WEB] 티스토리 스킨 #1 수정

티스토리 스킨 수정 기록을 남긴다. (HTML/CSS 수정) 1. 카테고리 메뉴바 추가 (21.04.22) 2. 폰트 변경 (21.04.22) - 고딕 fonts.google.com/specimen/Gothic+A1 3. 글씨 색상 변경 (21.04.25) 회색 -> 검정색 @import url('https://fonts.googleapis.com/css2?family=Gothic+A1&family=Nanum+Gothic:wght@400;700&display=swap'); body,th,td,input,select,textarea,button {font-size:14px;line-height:1.5;font-family: 'Gothic A1', sans-serif;color:#000000} 4. 폰트변경..

나리 집사
'👩‍💻 Programming/Frontend' 카테고리의 글 목록 (2 Page)