Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 |
Tags
- 정규표현식
- 유데미
- kakao map api
- 코딩테스트
- Node js
- 백준
- next/Image
- OSI 7계층
- CSS
- 코드스테이츠
- 페이지네이션
- 프론트엔드
- 재귀함수
- primitive type
- 백준 nodeJS
- input class
- 이벤트 루프
- 자바스크립트
- 버블정렬
- 자료구조
- react js
- javascript
- Native select
- 알고리즘
- MUI
- sort
- nodejs
- 코드스테이츠 메인프로젝트
- 배열
- JavaScript Deep Dive
Archives
- Today
- Total
목록기타 (2)
신입 개발자에서 시니어 개발자가 되기까지
스토리북 에러 - Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined.
리액트 컴포넌트 footer import { ReactComponent as LogoFooter } from '../../../public/logos/logoFooter.svg'; import React from 'react'; import Link from 'next/link'; const Footer = () => { return ( © 2023 · All Rights Reserved Team : 나누조, Team Leader : 김형진 BE developers : 최지현, 박지윤, 김연주 FE developers : 송현우, 박경현, 김은수, 김형진 Github : https://github.com/codestates-seb/seb41_main_024 );..
기타
2023. 3. 9. 13:58
블로그 포스팅 ul태그 margin-bottom 문제
나와 정말 똑같은 문제를 겪은 분이 해결법을 올린 포스팅이다. ㅠㅠ 목차를 만들고 포스팅을 할 때 ul > ol > ul태그의 margin-bottom이 너무 커서 문제였다. 이 글 보면 다 해결됨 굿굿 https://kukuta.tistory.com/285 티스토리 스킨 만들기 #6 - 잡다한 수정들 ol, ul 리스트 간격 조절 티스토리 기본 스킨인 Poster를 사용하면 또는 리스트 태그를 뎁스를 구분해서 사용하면 아래와 같이 리스트 간격이 벌어지는 현상이 발생한다(물론 다른 스킨에서도 발생 kukuta.tistory.com
기타
2022. 8. 28. 12:39