일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- IOS
- Animation
- HTML
- jQuery
- php
- 자바스크립트
- 비전공자
- image
- 비전공 개발자
- 백엔드
- html5
- iPhone
- iOS 개발자
- SWIFT
- front-end
- react
- javascript
- xcode
- css3
- 개발자
- keyframes
- MAC
- 애니메이션
- 프론트엔드
- effect
- CSS
- button
- ipad
- 풀스택
- hover
- Today
- Total
목록css3 (310)
비전공자 개발일기
ROCKET Lorem ipsum dolor sit amet consectetur adipisicing elit. Design Lorem ipsum dolor sit amet consectetur adipisicing elit. Code Lorem ipsum dolor sit amet consectetur adipisicing elit. * { margin: 0; padding: 0; box-sizing: border-box; } body { display: flex; justify-content: center; align-items: center; min-height: 100vh; background-color: #f3f3f3; overflow: hidden; width: 1200px; margin: ..
https://darsa.in/sly/ Sly Reward the developer Introduction Sly is a JavaScript library for advanced one-directional scrolling with item based navigation support. It can be used as a simple scrollbar replacement, as an advanced item based navigation tool, or as a great navigation a darsa.in 메뉴1 메뉴2 메뉴3 메뉴4 메뉴5 메뉴6 메뉴7 메뉴8 메뉴9 메뉴10 메뉴11 메뉴12
SCROLL * { margin: 0 ; padding: 0; } body { background-color: #111; height: 200vh; } section { position: absolute; width: 100%; height: 100%; background: #2abbff; } section p{ font-size: 100px; color: #6667ab; text-align: center; position: absolute; top: 70%; left: 39%; z-index: 3; } section .curve { width: 100%; height: 200px; position: absolute; bottom: -200px; transform-origin: top; } section..
Download Downloading Open File Download Downloading Open File .button.dark-single { --background: none; --rectangle: #242836; --success: #4bc793; } .button.white-single { --background: none; --rectangle: #f5f9ff; --arrow: #275efe; --success: #275efe; --shadow: rgba(10, 22, 50, .1); } .button.dark { --background: #242836; --rectangle: #1c212e; --arrow: #f5f9ff; --text: #f5f9ff; --success: #2f3545..
Browser /* Import Google font - Poppins */ @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap'); *{ margin: 0; padding: 0; box-sizing: border-box; font-family: "Poppins", sans-serif; } body{ height: 100vh; width: 100%; display: flex; align-items: center; justify-content: center; background: linear-gradient(#252930 50%, #675AFE 50%); } ::selection{ color: ..
https://swiperjs.com/ Swiper - The Most Modern Mobile Touch Slider Swiper is the most modern free mobile touch slider with hardware accelerated transitions and amazing native behavior. swiperjs.com Slide 1 Slide 2 Slide 3 ... html, body { position: relative; height: 100%; } body { background: #eee; font-family: Helvetica Neue, Helvetica, Arial, sans-serif; font-size: 14px; color: #000; margin: 0..
DOWNLOAD FILES Please Wait.... If the download did't start automatically, CLICK here * { margin: 0; padding: 0; box-sizing: border-box; } body { min-height: 100vh; display: flex; justify-content: center; align-items: center; text-align: center; } .download-container { position: relative; display: flex; flex-direction: column; justify-content: center; align-items: center; padding: 0 .5rem; } .dow..
Phone Number Validation With Simple Javascript CHECK body { border: 2px solid #007BFF; background-color: #EFEFEF; } .container { margin: 250px 0; } .container h1 { color: #007BFF; } .container .input-group input { border-color: #007BFF; border-width: 3px; border-radius: 25px 0 0 25px !important; } .container .input-group .input-group-btn button { border-radius: 0 25px 25px 0 !important; } $(docu..