"Untitled"
Bootstrap 4.1.1 Snippet by Hamza4467

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <!------ Include the above in your HEAD tag ----------> <div class="container"> <div class="box box1"> </div> <div class="box box2"> </div> <div class="box box3"> </div> </div>
.container{ display:flex; justify-content: space-between; margin:20px auto; } .box{ width:300px; min-height:300px; border:20px solid black; border-radius:20px; } .box1{ background-color:#E6AF2E; } .box2{ background-color:#6B0504; } .box3{ background-color:#001514; }

Related: See More


Questions / Comments: