로딩중...

블로그

INTRODUCTION TO CSS GRID LAYOUT – display: grid;

https://mozilladevelopers.github.io/playground/07-basic-layout .container { display: grid; width: 750px; height: 600px; grid-template-columns: 200px 1fr 1fr; grid-template-rows: 80px 1fr 1fr 100px; grid-gap: 1rem; } .header { grid-row: 1 / 2; grid-column: 1 / 4; } .sidebar { grid-row: 2 / 4; grid-column: 1 / 2; } .content-1 { grid-row: 2 / 3; grid-column: 2 / 4; } .content-2 […]

더보기

Fixed Menu JQuery

1) How to create Fixed Menu When Scrolling Page with CSS and jQuery  

더보기

Swiper Most Modern Mobile Touch Slider

http://idangero.us/swiper/demos/#.Wdboqlu0NhE   슬라이드 메뉴 종류별 예제 보기  

더보기

Creating a Swipeable Side Menu for the Web

https://onextrapixel.com/creating-a-swipeable-side-menu-for-the-web/  [tut demo=”http://www.onextrapixel.com/examples/touch-swipe/demo3.php” download=”http://www.onextrapixel.com/examples/touch-swipe/touch-swipe.zip”] Creating a Swipeable Side Menu for the Web 1. Structure HTML: 1 2 3 4 5 6 7 8 9 10 11 12 <div class=”container”>     <div id=”sidebar”>         <ul>             <li><a href=”#”>Home</a></li>             <li><a href=”#”>Explore</a></li>             <li><a href=”#”>Users</a></li>             <li><a href=”#”>Sign Out</a></li>         </ul>     </div>     <div class=”main-content”>     </div> </div> CSS: 1 2 3 4 5 6 7 […]

더보기

데너리스와 존스노우 관계

http://www.businessinsider.com/game-of-thrones-jon-snow-and-daenerys-targaryen-related-aunt-nephew-2017-3

더보기

주걸륜 – 听妈妈的话

주걸륜 (저우제룬 | 周杰倫 | Jay Chou) 저우제룬 (정체 : 周杰倫 / 간체 : 周杰伦 / 병음 : Zhōu Jiélún 저우제룬)   생년월인 : 1979년 1월 18일 (37세) 신베이 시 린커우 구 활동 시기 2000년 ~ 현재 웹사이트 :  JVR 공식 홈페이지   중화민국의 대중 가수, 작곡가, 음악가, 감독, 프로듀서이자 배우다. R&B, 힙합, 중국 전통음악의 영향을 받은 음악으로 […]

더보기

Outline Infographics. Part 3 (+25 Icons)

http://graphicriver.net/item/outline-infographics-part-3-25-icons/12279073?ref=ksioks&ref=benoic&clickthrough_id&redirect_back=true    

더보기

Creative Routines – 세계 위인의 시간 관리법

Creative Routines     “We all have the same 24 hours that Beyoncé has” and its various iterations took the web by storm in late 2013 as the megastar became the figurehead of not only having it all, but being able to somehow do it all too. How do creatives – composers, painters, writers, scientists, […]

더보기

중국어 ü를 아이폰 키보드에서 찾기

중국어 키보드를 추가 했는데 발음을 ü를 찾을수 없어 한참 u만 눌려봤다 v를 눌려 봤어야 하는데 ㅋㅋ    

더보기

[Movie] American Chef 아메리칸 셰프 실화(Chef Roy Choi : Kogi )

아들과 아버지의 이야기이다 아빠는 레스토랑 세프이고 10살 된 아들은 아빠일에 대해 관심이 많아서 식재료 구입할때도 음식을 연구할때도 같이 있고 쉽다 하지만 아버지는 식재료 도구나 주방은 아들에게 위험할 것 같아 식재료 구입할때는 같이 가지만 주방은 데리고 가지 않는다 아들은 요리하는 것에 관심이 많고 아빠랑 함께 있고 싶어서 항상 아빠한테 묻지만 아버지는 일하는데 바빠서 자세히 설명도 안해준다 […]

더보기