Code Monkey home page Code Monkey logo

css's Introduction

My Components

  • Scena: Animation Editor (Main Project)
  • Moveable: Move tool for Drag & Resize & Rotate.
  • Scene.js: JavaScript & CSS timeline-based animation library
  • Selecto: Select elements in the drag area using the mouse or touch.
  • Infinite Viewer: Document Viewer Component with infinite scrolling
  • Guides: Draw ruler and manage guidelines.
  • Scene.js Timeline: Represents the timeline of Scene.js. You can control time, properties, and items.
  • Ruler: Draw grids and scroll infinitely
  • Gesto: drag or pinch in any browser.

css's People

Contributors

daybrush avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

css's Issues

CSS 80% JS 20%

  • 비중이 CSS가 80%이고 JS 20%인 CSS 스터디입니다.
  • CSS의 변화가 JS에 어떤 영향을 끼치는가? 정도의 JS가 포함되어있습니다.
  • 평상시 CSS 사용하면서 알고 있는 것과 입사하고 InfiniteGrid를 만들면서 알게 된 것과 CSS 관련 질문받으면서 새로 알게 된 것들을 공유하는 스터디입니다.
  1. position
    • static
    • relative
    • absolute
    • fixed
    • sticky
  2. doctype과 변화
    • height: 100%;
    • scrollTop
    • clientSize, offsetSize
  3. boder
  4. border, padding, margin, box-sizing
    • cssSize, clientSize, offsetSize, getBoundingClientRect
  5. padding: %
  6. display (inline, inline-block, block)과 float
    • inline
    • inline-block
    • block
    • inline-block과 float의 차이
    • inline-block과 font-size 조합
  7. float:left와 overflow, clear의 조합
  8. white-space와 display: inline의 조합
  9. transform, transform-origin
  10. 수직 정렬
    • transform
    • vertical-align: middle;
    • button
    • margin: auto;
    • left와 margin의 조합
    • flex
  11. clip
  12. overflow
  13. z-index
  14. transition과 will-change
  15. force layout과 requestAnimFrame
  16. border를 이용한 도형 만들기
  17. border-radius를 이용한 원, 타원 만들기
    • horizontal / vertical

  1. box-shadow
    19 appearance
  2. 실습 여러가지

CSS 알고 싶은 것

기본 CSS 속성

  • position
    • static
    • relative
    • absolute
    • fixed
    • sticky
  • left, right, top, bottom
  • opacity
  • filter
  • display
    • none
    • block
    • inline-block
    • inline
    • table
    • table-cell
    • table-row
    • flex
    • .....
  • border-radius
  • clip

reset.css

세로 가운데 정렬

CUSTOM UI

  • appearance
  • checkbox, radiobox
  • progressbar
  • input

Transform

  • transform-origin
  • matrix
  • 2D transform
  • 3D transform

Transition & Animation & Keyframes

CSS Shape

#1

CSS Shape

Quadrangle

  • Square
  • Rectangle
    • line
  • Rounded Rectangle

Circle

  • Circle
    • fixed boder-radius
    • variable(%) border-radius
    • seperate border-radius
    • half circle
    • 1/4 circle
  • Oval
  • Lukby

Trinagle(border)

  • Triangle
    • Top
    • Left
    • Right
    • Bottom
    • Top-Left
    • Top-Right
    • Bottom-Left
    • Bottom-Right
  • Trapezoid

Examples

  • Star (5-points)
  • Star (N-points)

box-shadow

  • a crescent moon

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.