Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<pre><code> &lt;!DOCTYPE html&gt; &lt;head&gt; &lt;link href='http://fonts.googleapis.com/css?family=Paytone+One' rel='stylesheet' type='text/css'&gt; &lt;title&gt;Louis Moore | Creating The Future &lt;/title&gt; &lt;/head&gt; &lt;style&gt; .clearfix:after { content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0; } .clearfix { display: inline-block; } html[xmlns] .clearfix { display: block; } * html .clearfix { height: 1%; } .box { width:100%; } .images{ background-color: #F1F2F2; border: 1.5px #D1D3D4 solid; height:450px; width:100%; } .image1 { margin:auto; display:block; } body{ font-family: 'Paytone One', sans-serif; font-size: 30px; } h1 { font-family: 'Paytone One', sans-serif; font-size: 40px; text-align:center; padding-top:25px; color:#ddd; } h2 { font-family: 'Paytone One', sans-serif; font-size: 30px; text-align:center; color:red; } h3 { font-family: 'Paytone One', sans-serif; font-size: 20px; text-align:center; color:red; } .image2 { } .box1 { width: 100%; height: 5px; background-color: #FC3B3B; } p { font-size: 15px; font-family: arial; color: #585858; } &lt;/style&gt; &lt;body&gt; &lt;div class="box clearfix"&gt; &lt;div class="images"&gt; &lt;img src="fashion2.jpg" class="image1" alt="." width="400px" height="400px"&gt; &lt;/div&gt; &lt;h1&gt; WELCOME TO MY PAGE&lt;/h1&gt; &lt;h2&gt;COMING SOON... &lt;/h2&gt; &lt;h3&gt;BUT FOR NOW FOLLOW ME ON TWITTER&lt;/h3&gt; &lt;a href="http://twitter.com/louismoore18"&gt;&lt;img src="twitter.png" class="image2" border="0" alt="."&gt;&lt;/a&gt; &lt;/div&gt; &lt;div class="box1 clearfix"&gt; &lt;/div&gt; &lt;div class="clearfix"&gt; &lt;p&gt;louismoore.net © All rights reserved 2012&lt;/p&gt; &lt;/div&gt; &lt;/body&gt; &lt;/html&gt; Use this HTML code, And use this css code and no need extra css for IE </code></pre>
 

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