"Untitled"
Bootstrap 4.0.0 Snippet by Kosy08

<link href="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <body> <div class="red"> Red </div> <div class="yellow"> Yellow </div> <div class="blue"> Blue </div> </body>
div { height: 100px; width: 100px; border: 1px solid; position: absolute; } .red { background-color: red; } .yellow { background-color: yellow; left:20px; top:20px; } .blue { background-color: blue; left:40px; top:40px; }

Related: See More


Questions / Comments: