<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" conent="fantasy animal mythical creature">
    <title>Fanny's Fantastical Fantasybeasts - Oni</title>
    <meta name="description" content="Fanny's Fantastical Fantasybeasts Worlds best Website about mythical fantasy animal creatures / Onis can reach a height of 7 Foot 8 Inches and weight between 280 and 340 pounds, and has one or 2 small horns like an ox.">
    <link rel="stylesheet" href="../style.css">
</head>
<body>
    <header>
        <h1>Fanny's Fantastical Fantasybeasts</h1>
        <img src="../img/Logo.svg" alt="Fanny's Fantastical Fantasybeasts Logo">
    </header>
    <div class="topBar">
        <input type="checkbox" name="checkbox" id="">
        <img src="../img/Mobile-Menu-Black.png" alt="Fanny's Fantastical Fantasybeasts Hamburgermenu" class="closeicon">
        <img src="../img/Mobile-Menu-White.png" alt="Fanny's Fantastical Fantasybeasts Hamburgermenu" class="menuicon">
        <nav>
            <ul>
                <li>
                    <a href="../index.html">Home</a> 
                </li>
                <li>
                    <a href="overside.html" class="undermenu one">Blog</a>
                    <a href="#" class="undermenu two">Blog</a>
                    <input type="checkbox" name="checkbox" class="undermenu">
                    <ul class="undermenu">
                        <li>
                            <a href="blog1.html">Cryptozoology</a>
                        </li>
                        <li>
                            <a href="blog2.html">Fairiries</a>
                        </li>
                        <li>
                            <a href="blog3.html">Norse Mythology Creatures</a>
                        </li>
                        <li>
                            <a href="blog4.html">Oni</a>
                        </li>
                    </ul>
                </li>
            </ul>
        </nav>
    </div>
    <main class="cryptozoology">
        <h2>Oni</h2>
        <div>
            <img src="../img/Kobo_Daishi_Practicing_the_Tantra,_with_Demon_and_Wolf,_by_Hokusai.jpg" alt="Fanny's Fantastical Fantasybeasts Mythical Fantasy Animal Creature Oni">
        </div>
        <section>
            <article>
                <h3>Features:</h3>
                <p>Onis can reach a height of 7"8 and weight between 280 and 340 pounds, and has one or 2 small horns like an ox. They are depicted as wearing little-to-no clothing. They also very in skin colors, including: Black,  Blue, Green, Red and Yellow and has lived in our world for over 4000 Years.</p>
            </article>
            <article>
                <h3>Story:</h3>
                <p>Onis are evil spirits that are large in size, possess suprthuman strength, and are terrifying in appearance.</p>
                <p>Red Onis usualy try to become friends with humans, even writing friendly messages on his house and making sweets. However, Onis are known for being scary, and sometimes being man-eaters, so everyone stayed away.</p>
            </article>
        </section>
    </main>
    <footer>
        
    </footer>
    <script src="../script.js"></script>
</body>
</html>