HTML code
Clean, semantic HTML that powers this Bootstrap 4.4.1 snippet. Copy and paste it into your page (with Bootstrap loaded) to reproduce the exact layout shown in the preview.
Download<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
Scoped CSS that styles the component. Paste it after Bootstrap 4.4.1 to keep the design, spacing, and responsiveness consistent.
Downloadbody{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;
}FAQ
How do I use this snippet?
Include Bootstrap 4.4.1, paste the HTML, add the CSS block, and include the JS (if any) to mirror the live preview.
Can I use it in commercial projects?
Yes. It’s free for personal and commercial work; check the snippets license for details.
Is it responsive?
Yes. It inherits the responsive grid and components from Bootstrap 4.4.1.

About this bootstrap example/template
This free Bootstrap 4.4.1 snippet, box menu dasboard options, was published on Feb 18th 2020, 11:10 by Bootdey Admin.
Optimized for copy‑paste: clean HTML, scoped CSS, and minimal JS so you can ship production‑ready UI faster and keep designs consistent.
Mobile‑first and responsive by default. Tested across modern browsers to reduce polish time on your project.
Already trusted in 606+ views. Reuse this snippet to speed up landing pages, dashboards, or onboarding flows.
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