Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>You could also remove spaces between "=", and use " instead of '.</p> <pre><code>&lt;div id = "center"&gt; &lt;div id='details_section'&gt; </code></pre> <p>should be</p> <pre><code>&lt;div id="center"&gt; &lt;div id="details_section"&gt; </code></pre> <p>You should also indicate the image size somewhere.</p> <pre><code>&lt;div id="container"&gt; &lt;div id="center_icons"&gt; &lt;a href="https://www.facebook.com/lenny.pfautsch" target="_blank"&gt;&lt;img src="images/facebook.png" alt="facebook" width="40" height="40"&gt;&lt;/a&gt; &lt;a href="https://plus.google.com/113122168458946246215/posts" target="_blank"&gt;&lt;img src="images/google-plus.png" alt="google plus" width="40" height="40"&gt;&lt;/a&gt; &lt;a href="http://www.linkedin.com/pub/leonard-pfautsch/53/b34/1a2" target="_blank"&gt;&lt;img src="images/linkedin.png" alt="linkedin" width="40" height="40"&gt;&lt;/a&gt; &lt;a href="https://github.com/LeonardPfautsch" target="_blank"&gt;&lt;img src="images/github.png" alt="github" width="40" height="40"&gt;&lt;/a&gt; &lt;/div&gt; &lt;/div&gt; </code></pre> <p>And a simpler CSS would be:</p> <pre><code>div {border: 1px red solid;padding: 5px} /*this is only for us to see it when testing*/ #container { text-align:center; } #center_icons{ width: 214px; /*this value is changing for IE and chrome*/ display: block; margin-left: auto; margin-right: auto; max-width:100%; } </code></pre> <p>Check it working here: <a href="http://codepen.io/anon/pen/mAjzo" rel="nofollow">http://codepen.io/anon/pen/mAjzo</a></p>
    singulars
    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.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      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