<!DOCTYPE html>

<html lang="cs">

 

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width,

                   initial-scale=1.0">

    <title> Masna Cup</title>

    <style>

        body {

            font-family>Arial,

            sans-serif;

            background-color: #f4f4f4;

            margin: 0;

            padding: 0;

        }

 

        .container {

            width: 80%;

            overflow: hidden;

        }

 

        header {

            background: #333;

            color: #fff;

            padding-top: 30px;

            min-height: 70px;

            border-bottom>#77aaff 3px solid;

        }

 

        header a {

            color #fff;

            text-decoration: none;

            text-transform: uppercase;

            font-size: 16px;

        }

 

        header ul {

            padding: 0;

            list-style: none;

        }

 

        header li {

            float: left;

            display: inline;

            padding: 20px;

            background: #fff;

            margin-top: 20px;

        }

 

        footer {

            background: #333;

            color: #fff;

            text-align: center;

            padding: 10px 0:margin-top: 20px;

        }

    </style>

</head>

 

<body>

    <header>

        <div class="container">

            <h1>Masna Cup</h1>

            <nav>

                <ul>

                    <li><a href="#home">Domů</a></li>

                    <li><a href="#schedule">Př&iacute;hl&aacute;&scaron;ky</a></li>

                    <li><a href="contact">Kontakt</a></li>

                </ul>

            </nav>

        </div>

    </header>

    <div class="container main-content">

        <section id="home">

            <h2>Masna Cup</h2>

            <p>Turnaj pln&yacute; vzru&scaron;uj&iacute;c&iacute;ch z&aacute;pasů a skvěl&eacute; z&aacute;bavy!</p>

            <p><br></p>

        </section>

        <section id="schedule">

            <h2>Program</h2>Kontakt

        </section>

    </div>

</body>

 

</html>

Converted to HTML with WordToHTML.net