EchoX Bootstrap

EchoX customization of Bootstrap - Sleek, intuitive, and powerful mobile first front-end framework for faster and easier web development.

EchoX Bootstrap CDN

The fastest way to get started with EchoX Bootstrap is to reference the compiled and minified CSS and JavaScript from the CDN.

These are the CDN URLs you will need to include in your HTML:

/dist/css/echox-bootstrap.min.css /dist/css/echox-bootstrap-theme.min.css /dist/js/echox-bootstrap.min.js
    <!-- Latest compiled and minified CSS -->
    <link rel="stylesheet" href="/dist/css/echox-bootstrap.min.css">

    <!-- Optional theme -->
    <link rel="stylesheet" href="/dist/css/echox-bootstrap-theme.min.css">

    <!-- Latest compiled and minified JavaScript -->
    <script src="/dist/js/echox-bootstrap.min.js"></script>