HubRedit CSS (Ver 0.64)

HubRedit CSS Documentation

Framework documentation with live examples using only HubRedit classes.

Getting Started

Add these Codes to your page:

<!DOCTYPE html>
<html lang="en">
    
    <head>
        <meta charset="UTF-8"/>
        <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
        <title>HubRedit Framework</title>
        <link rel="stylesheet" href="css/hubredit.css"/>
    </head>
    
    <body>
    <script type="module" src="js/hubredit.js"></script>
    </body>
</html>