Bootstrap snippet and html example. box menu dasboard options

This html snippet was created to help web designers, web developers, front-end and back-end developer save time. Use it for free in your project and build your app faster, You can also download the HTML, CSS, and JS code.
Tags: menu,box,dashboard,bs4

HTML code

This is the html code used to create this bootstrap snippet, You can copy and paste the following html code inside a page with bootstrap 4.4.1 included, to get the result that you can see in the preview selection

<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet">
<div class="container">
    <div class="box-container text-xs-center text-primary" style="table-layout: auto !important;">

        <div class="box-row valign-middle">
            <a href="#" class="box-cell p-a-4 p-y-1 b-r-1 bg-white b-t-1 b-a-1">
                <i class="fa fa-motorcycle font-size-52 line-height-1"></i>
                <div class="font-size-12">Menu Option</div>
            </a>
            <a href="#" class="box-cell p-a-4 p-y-1 b-r-1 bg-white b-t-1 b-a-1">
                <i class="fa fa-window-restore font-size-52 line-height-1"></i>
                <div class="font-size-12">Menu Option</div>
            </a>
            <a href="#" class="box-cell p-a-4 p-y-1  b-r-1  bg-white b-t-1 b-a-1">
                <i class="fa fa-table font-size-52 line-height-1"></i>
                <div class="font-size-12">Menu Option</div>
            </a>

            <a href="#" class="box-cell p-a-4 p-y-1 b-r-1 bg-white b-t-1 b-a-1">
                <i class="fa fa-university font-size-52 line-height-1"></i>
                <div class="font-size-12">Menu Option</div>
            </a>

        </div>

        <div class="box-row valign-middle">
            <a href="#" class="box-cell p-a-4 p-y-1 b-r-1 b-t-1 b-a-1 bg-white">
                <i class="fa fa-clock-o font-size-52 line-height-1"></i>
                <div class="font-size-12">Menu Option</div>
            </a>
            <a href="#" class="box-cell p-a-4 p-y-1 b-r-1 b-t-1 b-a-1 bg-white">
                <i class="fa fa-users font-size-52 line-height-1"></i>
                <div class="font-size-12">Menu Option</div>
            </a>
            <a href="#" class="box-cell p-a-4 p-y-1 b-r-1 bg-white b-t-1 b-a-1">
                <i class="fa fa-credit-card-alt font-size-52 line-height-1"></i>
                <div class="font-size-12">Menu Option</div>
            </a>
            <a href="#" class="box-cell p-a-4 p-y-1 b-r-1 bg-white b-t-1 b-a-1">
                <i class="fa fa-usd font-size-52 line-height-1"></i>
                <div class="font-size-12">Menu Option</div>
            </a>
        </div>

        <div class="box-row valign-middle">
            <a href="#" class="box-cell p-a-4 p-y-1 b-r-1 b-t-1 b-a-1 bg-white">
                <i class="fa fa-cart-arrow-down font-size-52 line-height-1"></i>
                <div class="font-size-12">Menu Option</div>
            </a>
            <a href="#" class="box-cell p-a-4 p-y-1 b-r-1 b-t-1 b-a-1 bg-white">
                <i class="fa fa-shopping-basket font-size-52 line-height-1"></i>
                <div class="font-size-12">Menu Option</div>
            </a>
            <a href="#" class="box-cell p-a-4 p-y-1 b-r-1 b-t-1 b-a-1 bg-white">
                <i class="fa fa-money font-size-52 line-height-1"></i>
                <div class="font-size-12">Menu Option</div>
            </a>
            <a href="#" class="box-cell p-a-4 p-y-1 b-r-1 b-t-1 b-a-1 bg-white">
                <i class="fa fa-opencart font-size-52 line-height-1"></i>
                <div class="font-size-12">Menu Option</div>
            </a>
        </div>
        <div class="box-row valign-middle">
            <a href="#" class="box-cell p-a-4 p-y-1 b-r-1 b-t-1 b-a-1 bg-white">
                <i class="fa fa-times font-size-52 line-height-1"></i>
                <div class="font-size-12">Menu Option</div>
            </a>
            <a href="#" class="box-cell p-a-4 p-y-1 b-r-1 b-t-1 b-a-1 bg-white">
                <i class="fa fa-address-book font-size-52 line-height-1"></i>
                <div class="font-size-12">Menu Option</div>
            </a>
            <a href="#" class="box-cell p-a-4 p-y-1 b-r-1 b-t-1 b-a-1 bg-white">
                <i class="fa fa-bar-chart font-size-52 line-height-1"></i>
                <div class="font-size-12">Menu Option</div>
            </a>
            <a href="#" class="box-cell p-a-4 p-y-1 b-r-1 b-t-1 b-a-1 bg-white">
                <i class="fa fa-bar-chart font-size-52 line-height-1"></i>
                <div class="font-size-12">Menu Option</div>
            </a>
        </div>
        <div class="box-row valign-middle">
            <a href="#" class="box-cell p-a-4 p-y-1 b-r-1 b-t-1 b-a-1 bg-white">
                <i class="fa fa-shopping-basket font-size-52 line-height-1"></i>
                <div class="font-size-12">Menu Option</div>
            </a>
            <a href="#" class="box-cell p-a-4 p-y-1 b-r-1 bg-white b-t-1 b-a-1">
                <i class="fa fa-window-restore font-size-52 line-height-1"></i>
                <div class="font-size-12">Menu Option</div>
            </a>
            <a href="#" class="box-cell p-a-4 p-y-1 b-r-1 bg-white b-t-1 b-a-1">
                <i class="fa fa-window-restore font-size-52 line-height-1"></i>
                <div class="font-size-12">Menu Option</div>
            </a>
        </div>

    </div>
</div>

CSS code

This is the css code used to create this bootstrap snippet, You can copy and paste the following css code inside a page with bootstrap 4.4.1 included, to get the result that you can see in the preview selection

body{margin-top:20px;}
.box,
.box-container {
    display: table;
    height: 100%;
    table-layout: fixed!important;
    width: 100%
}

.text-xs-center {
    text-align: center!important;
}

.box-row {
    display: table-row;
    width: 100%;
    padding: 0;
    vertical-align: top;
}
.box-cell, .box-row {
    float: none;
}
.dataTable thead th, .valign-middle {
    vertical-align: middle!important;
}

.box-cell {
    display: table-cell;
    overflow: hidden;
    padding: 0;
    vertical-align: inherit;
    border-color: rgba(0, 0, 0, .05);
}

.box-cell, .box-cell>* {
    position: relative;
}
.box-cell, .box-row {
    float: none;
}
.p-a-4 {
    padding: 30px!important;
}

.bg-white {
    background-color: #fff;
}

.b-r-1 {
    border-right-style: solid!important;
}
.b-t-1 {
    border-top-style: solid!important;
}
.b-a-1 {
    border-width: 1px!important;
}

.b-a-1, .b-a-2, .b-a-3, .b-a-4 {
    border-style: solid!important;
}

.font-size-52 {
    font-size: 52px!important;
}
.line-height-1 {
    line-height: 1!important;
}

Similar snippets

Bootstrap example and template. bs4 social profile

bs4 social profile

Bootstrap example and template. Home menu

Home menu

Bootstrap example and template. bs4 Accordion form Wizard

bs4 Accordion form Wizard

Bootstrap example and template. bs4 candidates listing page

bs4 candidates listing page

Bootstrap example and template. bs5 dark footer

bs5 dark footer

Bootstrap example and template. bs4 my experience timeline

bs4 my experience timeline

Bootstrap example and template. tickets timeline

tickets timeline

Bootstrap example and template. edit profile form

edit profile form

Bootstrap example and template. box menu dasboard options

About this bootstrap example/template

We hope you will enjoy this awesome snippet and stay tuned for the latest updates, bootdey snippets are already used in thousands of blogs, websites and projects. We believe it will save your precious time and gives trendy look to your next web project.

We always try to offer the best beautiful and responsive source of Bootstrap code examples and components.

This code example currectly have 339 views, Using this bootstrap snippet you have the following benefits:

Bootstrap 4.4.1

<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css'>

<script src='https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js'></script>

This code example is based on bootstrap 4.4.1 and the grid system of this framework

Responsive

Based on bootstrap framework makes all the layouts perfectly responsive for all devices

Crossbrowser compatibility

Tested on all major browsers, it works smoothly on all of them

semantic html 5

Built on html / css3 the code quality is really amazing

Simple Integration

This code example can be simply integrated on existing sites and new ones too, all you need to do is copy the code and start working