Giter VIP home page Giter VIP logo

hanbit.modern.html5.css3's People

Contributors

rintiantta avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

hanbit.modern.html5.css3's Issues

9.3과 10.2 실습: 외부 스타일시트(.css)의 스타일 적용이 안 됩니다. ;ㅁ;

10.2의 3차원 변환 실습을 예로 들겠습니다.
p.409-411의 코드 10-10, 10-11대로 HTML을 구성했습니다.
p.411-412의 코드 10-12, 10-13대로 StyleSheet.css 파일을 작성했습니다.
코드를 실행하면 css 파일을 가져와 그림 10-14처럼 앞에서 본 정육면체가 나와야 한다는데...
아무것도 보이지 않습니다 ;ㅁ;

먼젓번에 올린 질문도 css 파일의 스타일이 적용되지 않는 문제였던 것 같은데...
제가 뭘 틀린건지 당최 모르겠습니다.. 도와주세요. ;ㅁ;
코딩한 걸 다 복붙할 수도 없고... 파일 첨부도 안 돼고... Is there anybody can help me?

9.2 변형 속성 관련 질문! (p.382-391)

/2쇄 발행본 보고 있습니다./

p.383의 그림 9-3처럼 폴더 구성 후 코드 9-4, 9-5처럼 html 파일을 작성했습니다.
StyleSheet.css 파일의 기존 코드는 모두 삭제하고 코드 9-6처럼 작성했습니다.
(아직 transition-delay, transition-timing-function, transition-property 속성을 사용하지 않았습니다.)
그런데 실행하면 그림 9-4처럼 동일한 길이의 오렌지색 막대가 생기는 게 아니라
p.390의 그림 9-11처럼 결과값이 나옵니다.

무엇이 잘못된 것인지 이해가 잘 되지 않습니다. 답답하네요 ;ㅅ; 도와주세요!

Chater 12 오탈자 p.464

안녕하세요,

p.464에 코드 12-16의 스타 핵 *width 부분에 오탈자가 있습니다.

percentage (0.5 / @gridRowWidth * 100); 로 넣으면 percentage(0.5)가 되므로 50%가 나옵니다. 수정하기 위해서 100을 빼주어야 합니다. -> percentage (0.5/@gridRowWidth);

http://lesscss.org/ 에 보면 percentage 는 안의 숫자를 percent 단위로 바꾼다고 되어 있습니다.

The following example uses percentage to convert 0.5 to 50%

width: percentage(0.5); // returns 50%

감사합니다.

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.