"Untitled"
Bootstrap 4.1.1 Snippet by chablesz

<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="red"> Red </div> <div class="yellow"> yellow </div> <div class="blue"> Blue </div> <div class="green"> green </div>
div{ height:100px; width:100px; border:2px solid; position:absolute; } .red{ background-color:red; } .yellow{ background-color:yellow; left:20px; top:20px; } .blue{ background-color:blue; left:40px; top:40px; } .green{ background-color:green; left:60px; top:70px; }

Related: See More


Questions / Comments: