Git Product home page Git Product logo

kokoa-clone's Introduction

KoKoa-clone

2021/2/17

  • friends.html (nav bar) 추가
  • nav-bar.css 추가

    *box-sizing: border-box;

    border-box는 테두리와 안쪽 여백의 크기도 요소의 크기로 고려합니다.
    너비를 100 픽셀로 설정하고 테두리와 안쪽 여백을 추가하면, 콘텐츠 영역이 줄어들어 총 너비 100 픽셀을 유지합니다.
    대부분의 경우 이 편이 크기를 조절할 때 쉽습니다.

2021/2/22

  • friends.html screen-header 컴포넌트 추가 /w CSS

    "position:absolute"는 해당 element의 가장 가까운 relative를 가진 부모 기준으로 움직인다.

2021/2/23

  • friends.html friends-screen 및 user-component 컴포넌트 추가 /w CSS

2021/2/27

  • chats.html 추가 /w CSS

  • badge.css 추가

    .user-component__column:last-child{};

    flex의 영향을 받고싶지 않다면 div를 하나 더씌워서 부모-자식관계를 끊고 부모-손자 관계를 만든다.

2021/3/8

  • find.html 추가
  • find.css 추가

2021/3/15

  • more.html, settings.html, chat.html 추가

  • more.css, settings.css, chat.css 추가

    HTML 수정없이 flex-direction: row-reverse 사용하여 순서 변경

2021/3/16

  • CSS, animation, transition, @media 추가

kokoa-clone's People

Contributors

grtonksj avatar

Watchers

 avatar

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.