美文网首页
网格写的一个landing page

网格写的一个landing page

作者: 獨孤記憶 | 来源:发表于2018-08-23 18:12 被阅读0次
Test.png
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8" />
        <title>Test</title>
        <link rel="stylesheet" type="text/css" href="css/semantic.css"/>
    </head>
    <body>
        <div class="ui fixed inverted menu">
            <div class="item">
                <a href="">Home</a>     
            </div>
            <div class="item">
                <a href="">About</a>        
            </div>
            <div class="item">
                <a href="">Other</a>        
            </div>
        </div>
        <div class="ui basic vertical segment">
            <div class="ui image">
                <img src="img/2.jpg"/>
            </div>  
                
        </div>
        <div class="ui vertical basic segment">
            <div class="ui vertical grid">
                <div class="ten wide column">
                    <div class="ui image">
                        <img src="img/timg.jpg"/>
                        
                    </div>
                </div>
                <div class="six wide column">
                    <h2 class="">
                        <i class="icon star"></i>
                        英文爱情短句
                    </h2>
                    <div class="ui vertical container segment">
                    <p>No matter the ending is perfect or not, you cannot disappear from my world.</p>
                    <p>Promises are often like the butterfly, which disappear after beautiful hover.</p>
                    <p>If you weeped for the missing sunset,you would miss all the shining stars.</p>
                    <p>Eternity is not a distance but a decision.</p>
                    <p>If equal affection cannot be, let the more loving be me.</p>
                    <p>Love is like the moon, when it does not increase, it decreases.</p>
                    </div>
                </div>
                
            </div>
        </div>
        <div class="ui container segment">
                    <h1 class="ui header">Twins!</h1>
                    <p>
                        Twins! How exciting! Two little darlings, instead of one mean twice the joy and twice the fun, a double reason for you to be glad--Congratulations!
                    </p>
                    <button type="button" name="button" class="ui inverted blue button">More</button>
        </div>  
        <div class="ui container segment">
                    <h1 class="ui header">A recent study</h1>
                    <p>
                        A recent study by a group of Chinese scientists mapped the economic sector loss~~~
                    </p>
                    <button type="button" name="button" class="ui inverted blue button">More</button>
        </div>  
        <div class="ui container segment">
                    <h1 class="ui header">Michael</h1>
                    <p>
                        Michael also graduated with honors, but he did it twice: first as an engineer and then from law school.
                    </p>
                    <button type="button" name="button" class="ui inverted blue button">More</button>
        </div>
        <div class="ui container segment">
            <h1 class="ui header">The baroness</h1>
            <p>
                        The baroness had watched Debray while he read this long and painful letter, and saw him, notwithstanding his self-control, change color once or twice
            </p>
            <button type="button" name="button" class="ui inverted blue button">More</button>
        </div>
        <div class="ui inverted vertical very padded segment" style="text-align: center; vertical-align: middle;">
                            CY管理有限公司版权所有 All Rights Reserved 网站备案号:粤ICP备1401
        </div>
    </body>
</html>

相关文章

网友评论

      本文标题:网格写的一个landing page

      本文链接:https://www.haomeiwen.com/subject/qvvmiftx.html