I have a div tag to which I give a certain style and I show it as a modal screen, in desktop PC it looks good, but in Tablets and phones it does not appear centered..I would like to make it responsive
My Code (I do not put the buttons or labels inside the div to make it more readable, If you need to tell me and edit my question)
<div align="center" id ='desplegable' style="position: fixed; width:900px; height: 480px; top: 0px; left:50px; right:0px;
font-size: 18px; font-weight: normal; border: #333333 3px solid; background-color: #CCCCCC; color: #000000; opacity: 0.8; display:none ">
</div>