2016/12

See the Pen CSS Drawing - 17. Christmas Tree by zinee (@zineeworld) on CodePen. 크리스마스 스타일 !시작은 소소하게 :) 디자인 참고 : 이니스프리 마이쿠션
See the Pen CSS Drawing - 16. Vanilla (Dingo Friends) by zinee (@zineeworld) on CodePen. 바닐라! 딩고프렌즈 완료! ^.~
인풋에 포커스 되었을 때 플레이스 홀더가 바로 사라지게 하려면 아래와 같이 CSS를 작성해줍니다. /* lastest version */ input::placeholder { /* Chrome, Safari, Firefox */ color: #222; opacity: 1; } input:-ms-input-placeholder { /* IE, Edge */ color: #222; opacity: 1; } /* old version */ input:focus::-webkit-input-placeholder { color: transparent; } input:focus::-moz-placeholder { color: transparent; } input:focus:-ms-input-placeholder { ..
See the Pen CSS Drawing - 15. Coco (Dingo Friends) by zinee (@zineeworld) on CodePen. 제이크 단짝! 고양이 코코입니다 :-)
See the Pen CSS Drawing - 14. Jake (Dingo Friends) by zinee (@zineeworld) on CodePen. Hello December! 오랜만에요 :-)
· ZINEE/Books
누워서 읽는 알고리즘국내도서저자 : 임백준출판 : 한빛미디어 2015.10.20상세보기 2016년 12월 1일언제부터 읽었는지는 모르겠지만 아무튼 뒤에 조금 남겨 놓고 질질 끌다가 드디어 마무리를 지었다. 알고리즘에 특히 취약한 나같은 사람도 재미있게 읽을 수 있는 책이었다. 학교 다닐 때 알고리즘이 제일 (싫었....).... 하하하 절대로 개발자는 안 할거라고 생각했는데 배운게 도둑질이라고.. 결국은 개발이라는 울타리 안에서 밥벌이를 하고 있다. 대학교 1학년 때 이런 책을 읽었더라면 얼마나 좋았을까 후회 또 후회 되었다. 그때는 읽으라고 줘도 안 읽었겠지...? 아무튼 추천!
See the Pen border-radius learning tool by Lavi Perchik (@laviperchik) on CodePen. border-radius는 꽤 자주 쓰는 속성인데 정확한 원리는 알지 못했었다.border-radius: n 으로는 자주 썼었지만, border-radius: n n n n / n n n n 은 CSS 드로잉을 하게 되면서 알게 되었다.그러다가 정확한 원리를 잘 설명해 준 코드가 있어서 공유해본다.
zineeworld
'2016/12 글 목록 (2 Page)