Below is the code I am working with:
<div style='display: table'>
<div style='height:200px; width:100%; text-align: center; display: table-cell; vertical-align: middle'>No result found</div>
</div>
I'm facing an issue where the width:100%
property doesn't seem to be working as expected. How can this be resolved?