Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Is this what you need ? <a href="http://jsfiddle.net/vjqjv/10/" rel="nofollow">http://jsfiddle.net/vjqjv/10/</a></p> <p>HTML:</p> <pre><code>&lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;meta charset="utf-8"&gt; &lt;meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"&gt; &lt;title&gt;test&lt;/title&gt; &lt;/head&gt; &lt;body&gt; &lt;section id="slider-section" class="clearfix"&gt; &lt;div id="slider-img-container"&gt; &lt;img id="slider-img" src="http://s1.directupload.net/images/120715/jy5nvhce.png" alt=""/&gt;&lt;/div&gt; &lt;div id="slider-div-remaining" class="slider-div"&gt; &lt;div&gt; &lt;h1&gt;empfang&lt;/h1&gt; &lt;p&gt;Der Empfangsbereich - weil es für den ersten Eindruck keine zweite Chance gibt!&lt;/p&gt; &lt;/div&gt; &lt;/div&gt; &lt;/section&gt; &lt;/body&gt; &lt;/html&gt;​ </code></pre> <p>CSS:</p> <pre><code>html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { border: 0 none; font: inherit; margin: 0; padding: 0; vertical-align: baseline; } article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; } body { line-height: 1; } ol, ul { list-style: none outside none; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: none; } table { border-collapse: collapse; border-spacing: 0; } a { text-decoration: none; color: black; } html, body { height: 100%; width: 100%; margin: 0; } #slider-section { height: 58.3658%; } #slider-img-container { float: left; height: 100%; margin-right:5px; } #slider-img { max-height: 100%; display: block; max-width:100%; } .clearfix::after { clear: both; } .clearfix::before, .clearfix::after { content: ""; display: table; font-size: 0; height: 0; line-height: 0; visibility: hidden; } ​ </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