width: 150px;
position: absolute;
top: 0;
}
.bottom {width: 150px;
position: absolute;
bottom: 0;
}
float: left;
background: #ff5722;
width: 150px;
padding: 10px;
}
div.right {float: right;
background: #00ff00;
width: 150px;
padding: 10px;
}
padding-top: 50px;
padding-bottom: 50px;
text-align: center;
border: 1px solid #ff5722;
}
height: 100px;
position: relative;
border: 2px solid #ff5722;
}
div p {margin: 0;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
height: 100px;
line-height: 100px;
text-align: center;
border: 2px dashed #ff5722;
}
div p {line-height: normal;
display: inline-block;
vertical-align: middle;
}