Note that there are some explanatory texts on larger screens.

plurals
  1. POcentering div inside a div
    primarykey
    data
    text
    <p>I am a beginner level web designer. This question might have been asked, but I have refered that answers too but they have not helped. My problem is I have a <code>div</code> called "header" and 3 divs inside this <code>div</code>. These are not aligning to the center in the parent <code>div</code>. I have tried many answers but they are not working.</p> <p>Here is my code:</p> <pre><code> #header { height: 176px; text-align: center; position: absolute; } #header div { display: inline; text-align: center; margin: auto; float: left; position: relative; } #logo { height: 156px; width: 218px; background-image: url(../images/logo_03.jpg); } #tagline { width: 250px; } #badge { width: 300px; } </code></pre> <p>here is html code</p> <pre><code>&lt;!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&gt; &lt;html xmlns="http://www.w3.org/1999/xhtml"&gt; &lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt; &lt;title&gt;Ebhar media&lt;/title&gt; &lt;style type="text/css"&gt; &lt;/style&gt; &lt;link href="style/homestyle.css" rel="stylesheet" type="text/css" /&gt; &lt;style type="text/css"&gt; body { min-width:1407px; } &lt;/style&gt; &lt;/head&gt; &lt;body leftmargin="0px" topmargin="0px" marginwidth="0px" marginheight="0px"&gt; &lt;div id="base"&gt; &lt;div id="header" align="center"&gt; &lt;div id="logo"&gt;&lt;/div&gt; &lt;div id="tagline"&gt;YOUR SUCESS IS OUR SUCESS&lt;/div&gt; &lt;div id="badge"&gt;Content for id "badge" Goes Here&lt;/div&gt; &lt;/div&gt; &lt;div id="navbar"&gt;Content for id "navbar" Goes Here&lt;/div&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload