Forked from Manuel Ryan Espinosa's Pen Rem and Px Mixin for Sass.
A Pen by Jeong Inyoung on CodePen.
| /* Thin */ | |
| @font-face { | |
| font-family: 'NotoSansKR'; | |
| font-style: normal; | |
| font-weight: 250; | |
| src: local('NotoSansKR-Thin'), | |
| url('//cdn.jsdelivr.net/korean-webfonts/latest/corps/google/NotoSansKR/NotoSansKR-Thin-Hangul.woff2') format('woff2'), | |
| url('//cdn.jsdelivr.net/korean-webfonts/latest/corps/google/NotoSansKR/NotoSansKR-Thin-Hangul.woff') format('woff'); | |
| font-stretch: normal; | |
| unicode-range: U+0021-33FF,U+A000-F8FF,U+FB00-F251; |
| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
| <html xmlns="http://www.w3.org/1999/xhtml" lang="ko"> | |
| <head> | |
| <meta http-equiv="content-type" content="text/html; charset=utf-8" /> | |
| <title>Document</title> | |
| <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js" charset="utf-8"></script> | |
| <script type="text/javascript"> | |
| <!-- // | |
| $(function(){ | |
| $('input[type="submit"]:eq(0)').on('click', function(event){ |
| (function($){ | |
| var popup = $('.notice-popup'); | |
| function closeWin(obj) { | |
| if (obj === "1" ) { | |
| notice_setCookie( "popup", "done" , 1); | |
| } | |
| popup.css( "display", "none" ); | |
| } |
| (function(global, y9){ | |
| 'use strict'; | |
| // scrollFollow 객체 정의 | |
| var scrollFollow = { | |
| /** | |
| * 초기 설정(Initialization) 메소드 | |
| * yamoo9.scrollFollow.init( | |
| * [문자] el : 적용대상 요소 선택자, | |
| * [숫자] start_pos : 시작 위치, |
| // ---- | |
| // Sass (v3.4.9) | |
| // Compass (v1.0.1) | |
| // ---- | |
| =table-scaffolding | |
| th | |
| text-align: center | |
| font-weight: bold | |
| td, th |
Forked from Manuel Ryan Espinosa's Pen Rem and Px Mixin for Sass.
A Pen by Jeong Inyoung on CodePen.
Simple responsive confirmation dialog box, with a subtle CSS3 entry animation. http://codyhouse.co/gem/simple-confirmation-popup/
Forked from Adventures in Missions's Pen Simple Confirmation Popup.
A Pen by Jeong Inyoung on CodePen.
Fast, mobile-friendly and responsive lightbox with CSS3 animations.
Forked from Andrzej Dubiel's Pen Magnific Popup + Animate.css.
Forked from Andrzej Dubiel's Pen Magnific Popup + Animate.css.
A Pen by Jeong Inyoung on CodePen.
Tried to mimic https://dribbble.com/shots/1523277-Success-Popup-for-Handybook-New-App-GIF
A Pen by Andreas Gillström on CodePen.
A Pen by Chris Coyier on CodePen.