분류 전체보기
-
깃헙 리드미 쓸 때 참고할 마크다운memoir 2021. 11. 25. 18:21
https://gist.github.com/ihoneymon/652be052a0727ad59601
-
모바일에서 가로 스크롤 없애기error 2021. 11. 17. 00:34
https://www.thewordcracker.com/miscellaneous/%EB%AA%A8%EB%B0%94%EC%9D%BC-%EA%B8%B0%EA%B8%B0%EC%97%90%EC%84%9C-%EC%88%98%ED%8F%89-%EC%8A%A4%ED%81%AC%EB%A1%A4-%EC%97%86%EC%95%A0%EA%B8%B0/ 모바일 기기에서 수평 스크롤 없애기 - 워드프레스 정보꾸러미 모바일 웹에서 수평 스크롤(가로 스크롤)이 있을 경우 위의 그림과 같이 화면을 터치하여 왼쪽으로 이동시키면 사이트가 좌우로 움직이게 되어 매우 불편하게 됩니다. 모바일 기기에서 수평 www.thewordcracker.com 당시 이 코드만 있었는데 이 코드를 추가해 주고 나니 사라짐.
-
일주일마다 까먹는 github 사용방법memoir 2021. 11. 16. 12:04
[Git] 3. Commit과 Push 하기 | KEEPMIND 블로그 참고글 1 https://chancoding.tistory.com/76 [Github] 완전기초 사용방법 : add, commit, push, pull Git Git은 분산형 버전관리 시스템(DVCS) 중 하나입니다. 최근 Git과 GitHub를 통해서 많이 사용되는 것 같습니다. Github에 저장하는 것은 매번, 매버전을 모두 저장하고 upload하는 방식이 아닌 각 버전 chancoding.tistory.com 블로그 참고글 2 까먹는 포인트 git init git add. . git commit git status 까진 됌 이제 vim으로 메세지 쓸 때 i 눌러서 에디터모드로 바꾸고 다 쓰면 ESC(에디터 모드에서 나옴):(세..
-
[CSS] item:nth-child(n), .item:nth-of-type(n) 활용하여 중복되는 속성 제거하는 방법memoir 2021. 11. 1. 06:27
item:nth-child(n), .item:nth-of-type(n)를 통해 CSS 중복되게 구현되는 부분 없애고 간단하게 만들 수 있었다. 홈 학원 커뮤니티 뉴스 @import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css); .item{ width: 260px; height: 120px; display:flex; align-items:center; font-family: 'NanumSquare', sans-serif; font-size: 24px; color:white; text-align: center; justify-content: center; } .item:nth-child(1){ top: 0px; left:..
-
[CSS] position으로 이미지 배치할 때 생긴 오류error 2021. 10. 30. 14:21
당시 HTML 코드 @import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css); .fourth_page{ font-family: 'NanumSquare', sans-serif; position:absolute; } #fourth_page_line_img{ position:absolute; top: 3591px; left: 184px; width: 1739px; height: 23px; z-index: 0; } #fourth_page_bg_img{ position:absolute; top: 3405px; left: -390.365234375px; width: 2292px; height: 1689px; z-index: 1..
-
express.js로 sever만들기error 2021. 10. 21. 10:51
http://junil-hwang.com/blog/nodejs-express/#section1 [node.js] express.js로 server 구축하기 - 개발자 황준일 node.js는 python과 마찬가지로 back-end를 다룰 수 있습니다. python도 그렇듯, node.js 자체는 server가 아니지만, node.js의 framework를 통하여 http server를 만들 수 있습니다. junil-hwang.com https://velog.io/@goody/NodeJs-Express-%EB%A1%9C-%EC%9B%B9%EC%84%9C%EB%B2%84-%EA%B5%AC%EC%B6%95%ED%95%98%EA%B8%B0 NodeJs + Express 로 웹서버 구축하기 NodeJs 로 웹서버..
-
211019 github push 오류해결error 2021. 10. 19. 21:43
Nothing to commit, working tree clean Nothing to commit, working tree clean Hello! I’m just starting using Git and GitHub so please be patient with me as I really want to learn 🙂 So the problem is: my local and remote depository has been already linked. My first commit is also visble here, on GitHub but I can’t push any new github.community Make new repo and push the existing code again to the n..