.newDiv{ float: left; width: 150px; height: 150px; border: solid 1px; margin-left: 5px; font-size: 120px; text-align: center; } .textClass{ position: absolute; top: 200px; left: 20px; width: 150px; height: 150px; font-size: 120px; text-align: center; border: solid 1px; border-color: red; } .buttonClass{ position: absolute; top: 200px; left: 400px; }