Skip to content

Maggie-Mira/Homework-for-HTML

Repository files navigation

<!doctype html>

<title>TOTO World</title>
</head>
<body>
    
    <!--================Banner Area =================-->
    <section class="banner_area blog_banner d_flex align-items-center">

        <div class="overlay bg-parallax" data-stellar-ratio="0.9" data-stellar-vertical-offset="0" data-background=""></div>

    
        <div class="container">
            <div class="banner_content text-center" >


                <h4>Welcome to TOTO World<br />.</h4>
                <p>An adorable Doggie's World</p>
                <!--p>The place </p-->
                <!--
                <a href="#" class="btn white_btn button_hover">View More</a>
            	-->
            </div>
        </div>
    </section>
    <!--================Banner Area =================-->
    
    <!--================Blog Categorie Area =================-->

    <section class="blog_categorie_area">
        <div class="container">
            <div class="row">
                <div class="col-lg-4">
                    <div class="categories_post">
                        <img src="image/TOTOinGrass1.jpg" alt="post">
                        <div class="categories_details">
                            <div class="categories_text">
                                <a href="blog-details.html"><h5>Walking</h5></a>
                                <div class="border_line"></div>
                                <p>in the park</p>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="col-lg-4">
                    <div class="categories_post">
                        <img src="image/TOTOwithFamily1.jpg" alt="post">
                        <div class="categories_details">
                            <div class="categories_text">
                                <a href="blog-details.html"><h5>Accompany</h5></a>
                                <div class="border_line"></div>
                                <p>enjoy the life with family</p>
                            </div>
                        </div>
                    </div>
                </div>
                <div class="col-lg-4">
                    <div class="categories_post">
                        <img src="image/LittleTOTO1.jpg" alt="post">
                        <div class="categories_details">
                            <div class="categories_text">
                                <a href="blog-details.html"><h5>Destiny</h5></a>
                                <div class="border_line"></div>
                                <p>for the first time</p>
                            </div>
                        </div>
                    </div>
                </div>
            </div>
        </div>
    </section>

    <!--================Blog Categorie Area =================-->
    
    <!--================ start footer Area  =================-->	
    <footer class="footer-area section_gap">
        <div class="container">
            <div class="row">
                <div class="col-lg-6  col-md-6 col-sm-6">
                    <div class="single-footer-widget">
                        <h6 class="footer_title">About TOTO</h6>
                        <p> TOTO is a adorable doggy. <br>Birthday: 2018/2/18<br>Gender: lovely Girl<br>Variety: MIX<br>Favorite thing: Eat, Walking, Sleep with Daddy.</p>
                    </div>
                </div>
                <div class="col-lg-6 col-md-6 col-sm-6">
                    					
                    
                </div>							
            <div class="border_line"></div>
        </div>
    </footer>
	<!--================ End footer Area  =================-->

    
</body>

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages