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
Post a Comment