Difference between revisions of "Team:HSNU-TAIPEI"

Line 21: Line 21:
  
 
.home-bg img {
 
.home-bg img {
 +
    width: 100%;
 +
}
 +
 +
.three-link {
 +
    display: -webkit-box;
 +
display: -moz-box;
 +
display: -ms-flexbox;
 +
display: -webkit-flex;
 +
display: flex;
 +
                -webkit-box-flex-flow: row wrap;
 +
-moz-box-flex-flow: row wrap;
 +
-webkit-flex-flow: row wrap;
 +
-ms-flex-flow: row wrap;
 +
flex-flow: row wrap;
 +
}
 +
 +
.three-link img {
 
     width: 100%;
 
     width: 100%;
 
}
 
}
Line 121: Line 138:
 
<h2>Project</h2>
 
<h2>Project</h2>
 
<img src="http://placehold.it/1280x720">
 
<img src="http://placehold.it/1280x720">
 
 
 
 
</div>
 
</div>
 
</div>
 
</div>
 +
        <div class="section three-link">
 +
                <div class="home-bg">
 +
                        <h2>Product</h2>
 +
                        <img src="http://placehold.it/350x150">
 +
                </div>
 +
                <div class="home-bg">
 +
                        <h2>Notebook</h2>
 +
                        <img src="http://placehold.it/350x150">
 +
                </div>
 +
                <div class="home-bg">
 +
                        <h2>Team</h2>
 +
                        <img src="http://placehold.it/350x150">
 +
                </div>
 +
        </div>
 
</div>
 
</div>
 
</main>
 
</main>

Revision as of 02:03, 5 September 2015