Documentation

Introduction

海星体育 is dedicated to building a leading sports live streaming platform, offering global event information and high-definition, smooth live streaming experiences, allowing you to feel the charm of sports anytime, anywhere.

Get Started

Explore 海星体育. We provide you with comprehensive event coverage and interactive experiences to help you seize every wonderful moment. Visit now to start your viewing journey.

CSS

Place this stylesheet <link> tag in your `<head>` section, prioritizing loading to ensure Bootstrap CSS takes effect.

<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />

JS

To ensure all features function correctly, please include the necessary JavaScript files before the `</body>` tag. Load them in the order of jQuery, Bootstrap Bundle, and 海星体育 plugins to guarantee dependencies.

<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.bundle.min.js"></script>

Basic Layout

To achieve optimal responsive effects, please ensure your page uses the HTML5 doctype and includes the viewport meta tag. A complete page structure should include the following elements:

Core Code:
<!doctype html>
<html lang="en">
    <head>

        <meta charset="utf-8" />
        <title>海星体育 Official Website | Global Popular Sports Event Live Streaming</title>
        <meta name="viewport" content="width=device-width, initial-scale=1.0" />
        <meta name="description" content="海星体育 Official Website provides you with global popular sports event live streaming, covering football, basketball, esports, and more, with real-time scores and in-depth information. Visit now to enjoy a sports feast!" />
        <meta name="keywords" content="海星体育 Official Website, 海星体育 Live Streaming, NBA Live Streaming 海星体育, 海星体育 Football Live Streaming, 海星体育 Scores" />

        <!-- Website Icon -->
        <link rel="shortcut icon" href="images/favicon.ico">

        <!-- Bootstrap -->
        <link href="css/bootstrap.min.css" rel="stylesheet" type="text/css" />

        <!-- Main CSS -->
        <link href="css/style.css" rel="stylesheet" type="text/css" />
    
    </head>

    <body>

        <!-- Loading Animation Start -->
        <div id="#--------">
            --------
            --------
        </div>
        <!-- Loading Animation End -->

        <!-- Navigation Bar Start -->
        <header>
            <div class="--------">
                --------
                --------
                --------
                --------
            </div>
        </header>
        <!-- Navigation Bar End -->

        <!-- Homepage Section Start -->
        <section class="--------">
            <div class="--------">
                --------
                --------
                --------
                --------
            </div>
        </section>
        <!-- Homepage Section End -->

        <!-- Footer Start -->
        <footer>
            <div class="--------">
                --------
                --------
                --------
                --------
            </div>
        </footer>
        <!-- Footer End -->

        <!-- Back to Top Start -->
        <a href="#" class="--------" id="#--------">
            --------
            --------
        </a>
        <!-- Back to Top End -->

        <!-- JavaScript Start -->
        <script src="js/jquery-3.4.1.min.js"></script>
        海星体育足球直播 specializes in 海星体育比分, serving every user with care.
        --------
        --------
        --------
        <script src="js/app.js"></script>
        <!-- JavaScript End -->
    </body>
</html>
                        
Right-to-Left Mode
Right-to-Left Mode:

To enable right-to-left (RTL) display, simply replace `style.css` with `style-rtl.css`.

Dark Mode
Dark Mode:

Switch to dark mode by replacing `style.css` with `style-dark.css`.

Dark Right-to-Left Mode:

Want dark mode with right-to-left display support? Please replace `style.css` with `style-dark-rtl.css`.

Menu
Navigation Centered Right

To achieve centered and right-aligned navigation menus, simply add `nav-right` to the class names of your navigation elements.

Navigation Centered Left

To achieve centered and left-aligned navigation menus, simply add `nav-left` to the class names of your navigation elements.

Light Navigation Centered

If you prefer a centered and clean navigation menu, add `nav-light` to the navigation class names.

Light Navigation Right

For a light navigation menu displayed on the right, add both `nav-right` and `nav-light` to the navigation class names.

Light Navigation Left

For a light navigation menu displayed on the left, add both `nav-left` and `nav-light` to the navigation class names.