일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- iPhone
- 애니메이션
- keyframes
- 비전공자
- IOS
- ipad
- effect
- iOS 개발자
- xcode
- HTML
- CSS
- jQuery
- 개발자
- 풀스택
- 비전공 개발자
- 프론트엔드
- hover
- image
- SWIFT
- front-end
- button
- Animation
- react
- 자바스크립트
- 백엔드
- css3
- javascript
- MAC
- php
- html5
- Today
- Total
목록jQuery (45)
비전공자 개발일기

HORIZONTAL TIMELINE 16 Jan 28 Feb 20 Mar 20 May 09 Jul 30 Aug 15 Sep 01 Nov 10 Dec 29 Jan 3 Mar Prev Next Horizontal Timeline January 16th, 2014 Lorem ipsum dolor sit amet, consectetur adipisicing elit. Illum praesentium officia, fugit recusandae ipsa, quia velit nulla adipisci? Consequuntur aspernatur at, eaque hic repellendus sit dicta consequatur quae, ut harum ipsam molestias maxime non nisi..

You can get weather by city name or city name and iso country code (alpha-2 code) divided by comma. Example: London, uk Humidity /* Loading css animation by tobias ahlin. http://tobiasahlin.com/spinkit/ Weather icons by erik flowers. https://erikflowers.github.io/weather-icons/ */ body { background: #e0e0e0; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } a:hover, a:focus { color:..

body { margin: 0; background-color: #eee; background-image: url("https://images7.alphacoders.com/938/thumb-1920-938300.jpg"); background-repeat: no-repeat; background-position: center; background-size: cover; height: 100vh; overflow: hidden; } .overlay { background-color: rgba(255, 255, 255, 0.4); width: 100vw; height: 100vh; position: absolute; } .card { backdrop-filter: blur(5px); min-width: 3..

.container { width: 100vw; height: 80vh; display: flex; justify-content: center; align-items: center; } .slider { height: 750px; width: 100vw; display: flex; perspective: 1000px; position: relative; align-items: center; } .box1 { background: url("https://images.pexels.com/photos/842711/pexels-photo-842711.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1"); background-size: cover; background-pos..
https://hemantnegi.github.io/jquery.sumoselect/ Jquery.sumoselect by Hemant Negi jquery.sumoselect jquery.sumoselect.js - A cross device Single/Multi Select jQuery Select plugin. LIVE DEMO HERE Sumoselect full : jquery.sumoselect.js Minified : jquery.sumoselect.min.js A jQuery plugin that progressively enhances an HTML Select Box into hemantnegi.github.io https://codepen.io/sang-ulae-mustance/pe..

Title #1 Text Content #1 Title #2 Text Content #2 Title #3 Text Content #3 Title #4 Text Content #4 Title #5 Text Content #5 Title #6 Text Content #6 Title #7 Text Content #7 Title #8 Text Content #8 @import url('https://fonts.googleapis.com/css2?family=Reenie+Beanie&display=swap'); @import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@1,300&display=swap'); div { margin: 20px auto..

body { background-color: #2598EB; } .lamp-item { position: absolute; left: 0; right: 0; margin: 0 auto; } .lamp-top { background-color: #2D2D2D; width: 10px; height: 100px; top: 0; } .lamp-middle { background-color: #2D2D2D; border-radius: 50px 50px 0 0; width: 50px; height: 30px; top: 100px; } .lamp-bottom { background-color: #2D2D2D; border-radius: 100px 100px 0 0; width: 150px; height: 80px; ..

Crowded Quiet Image Comparison Slider /* -------------------------------- Primary style -------------------------------- */ *, *:after, *:before { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; } body { font-size: 100%; font-family: "Roboto Slab", sans-serif; color: #445b7c; background-color: #363636; padding: 1rem .5rem; } a { color: #dc717d; text-decoratio..