Giter Site home page Giter Site logo

sikeio-ilovereact's People

Contributors

ideasigner avatar

Watchers

 avatar

sikeio-ilovereact's Issues

HTML 结构问题

有几个问题。看了你的 css,感觉挺多地方的写法是搞不清楚状况,开始瞎调试了。

  • .section 高度不应该写死为 1000px. 赋予 100% x 100%。所有父元素 (比如 #content)都需要 有 width 和 height 的设置,要不然不会生效。
  • 把 overlay 加在 section 里面,如下:
<div id="intro-section" class="section intro">
  <div class="overlay">

  </div>

  <img class="react-logo" id="logo" src="img/react-logo.svg"/>
  <h1>Build Native Apps With React</h1>
  <div class="h-flex">
    <a href="#native">
      Native iOS
    </a>

    <a href="#touch">
      Touch Handling
    </a>

    <a href="#async">
      Asynchronous
    </a>

    <a href="#flex">
      Flex &amp; Styling
    </a>
  </div>
</div> <!-- section -->

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.