html - How can i center a div and fill it with other divs so that it fits all the resolutions? -


I'm building my website on the 1280 * 800 resolution computer and unless I use any other computer separately Until it works fine it resolves Please help me solve this problem.

Use something like this:

  # iddive { Margin-left: auto; Margin-Correct: Auto; Width: 80%; // For example height: 80%; // for example}  

This will look the same on all offers. It will be split horizontally.


Comments

Popular posts from this blog

python - Strange behavior using PyQt4's 'pyqtSlot' decorator before another decorator -

c# - UnhandledExceptionMode.ThrowException for AppDomain.UnhandledException -

c# - Process.Kill() returns access denied -