Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p><strong>HTML:</strong></p> <pre><code>&lt;div class="holder"&gt; &lt;div class="footer-float-content"&gt; &lt;p class="footer-regional-title"&gt;AMERICAS&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="#"&gt;EN / United States&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;PT / Brazil&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;p class="footer-regional-title"&gt;APAC&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="#"&gt;日本語 / 日本&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;中文 / 中人民共和国&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;EN / Hong Kong&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;EN / Singapore&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;EN / Australia &amp;amp; NZ&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;ภาษาไทย / ประเทศไทย&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;div class="footer-float-content"&gt; &lt;p class="footer-regional-title"&gt;EMEA&lt;/p&gt; &lt;ul&gt; &lt;li&gt;&lt;a href="#"&gt;EN / United Kingdom&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;FR / France&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;NL / Nederland&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;ES / España&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;DE / Deutschland&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;EN / India&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;RU / Россия&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="#"&gt;EN / FR/ NL Belgium&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;div class="clr"&gt;&lt;/div&gt; &lt;/div&gt; </code></pre> <p><strong>CSS:</strong></p> <pre><code>.clr{ clear:both;} .holder{ padding:0px 20px;} .holder div:first-child{ float:left;} div.footer-float-content{ float: right; width: 155px; } div.footer-float-content ul{ padding:0px; list-style:none;} div.footer-float-content ul li a{ text-decoration:none; color:#A5CDEB;} div.footer-float-content ul li a:hover{ color:#6B8596;} .region-block .regions-list ul{ width:155px; display: inline; list-style:none; font-size:13px; line-height:16px; } p.footer-regional-title{ font-weight: bold; font-weight: 10pt; text-transform: uppercase; margin: 0;} </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