Coder Social home page Coder Social logo

질문이 있습니다~ about fdc HOT 1 CLOSED

yamoo9 avatar yamoo9 commented on June 3, 2024
질문이 있습니다~

from fdc.

Comments (1)

yamoo9 avatar yamoo9 commented on June 3, 2024

안녕하세요. @minji100 님 ^^

올려주신 코드를 살펴보니.. 금기시 되는 코드가 여기 저기 많이 사용 되었네요..
왜 이런 코드를 사용하면 안되는지 직접 뵙고 이야기 드릴께요. ㅠㅡㅠ

수정해야 할 곳이 많지만.. 우선은 질문 주신 이미지 사이즈 조정 문제만 불을 꺼보도록 하죠.
아래 코드는 제가 수정한 곳입니다. 이와 같이 변경하면 요구하신 사항이 적용될거에요. ^^

/* intro */
#intro {
  /*position: relative;*/
  /*display: table;*/
  width: 100%;
  height: 100%;
  background: url(../img/bg.jpg) no-repeat 50% 50%;
  background-size: cover;
  text-align: center;
  letter-spacing: 0.1em;
  font-size: 20px;
  color: #fff
}
#intro .intro_info {
  /*display: table-cell;*/
  /*padding: 2% 0;*/
  vertical-align: middle
}
@media screen and (max-width: 1080px) {

  #intro h1 {
    width: 100%
  }

  .logo a {
    display: block;
  }

  .logo img {
    width: 50vw;
    height: auto;
  }

}

반영된 결과입니다.

from fdc.

Related Issues (20)

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.