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

점 수 계 산 기 변환 수학 점수 : 영어 점수 : 화학 점수 : 국사 점수 : 국어 점수 : 총 점수 : 평균 점수 : 최소 점수 : 최대 점수 : 낙제 유무 : (낙제 : 50점 미만 과목) 만점 유무 :

Image Maps Click on the computer, the phone, or the cup of coffee to go to a new page and read more about the topic: 이미지 맵을 정의, 이미지 맵은 클릭 가능한 영역이 있는 이미지 이미지 맵 내부의 영역을 정의 반응형 디자인의 아트 디렉션
IN'O Portfolio Make Hardware Soft IN'O is a hanger-type bluetooth speaker that does not merely focus on its audio features. It naturally blends into your life through lean UX and minimal design. VIEW MORE * { box-sizing: border-box; } body { margin: 0; font-family: 'Roboto', sans-serif; } .navbar { background-color: #353535; width: 100%; height: 60px; line-height: 60px; padding-left: 30px; paddi..
HTML CSS body { margin: 0; } .div1 { background-color: #ff0000; width: 100%; height: 60px; } .div2 { background-color: #ffa500; width: 100%; height: 350px; } .div3 { background-color: #ffff00; width: 100%; height: 320px; } .div4 { background-color: #008000; width: 100%; height: 385px; } .div5 { background-color: #0000ff; width: 100%; height: 200px; } .div6 { background-color: #4b0082; width: 100..
1. To do MVC https://todomvc.com/ TodoMVC Helping you select an MV* framework - Todo apps for Backbone.js, Ember.js, AngularJS, Spine and many more todomvc.com 2. CSS Diner https://flukeout.github.io/ CSS Diner A fun game to help you learn and practice CSS selectors. flukeout.github.io 3.Flexbox Froggy https://flexboxfroggy.com/#ko Flexbox Froggy A game for learning CSS flexbox flexboxfroggy.com..

작업 환경 구성 (VS code) Npm init -y Npm i-D parcel-bundler Package.json -> script 수정 ("dev" : "parcel index.html", "build": "parcel build index.html") SCSS 연결 npm i -d sass SCSS => CSS 변환 확인 사이트 https://www.sassmeister.com/ SassMeister | The Sass Playground! SassMeister: The sassiest way to play with Sass, Compass, & LibSass! Loading... www.sassmeister.com SCSS에서 나누기(몫)을 할 때, 괄호 사용 ex) margin: (30px ..