Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>like this? (it's still quite messy but i hope you'll get the idea)</p> <p>HTML:</p> <pre><code>&lt;ul class="list-holder"&gt; &lt;li class="home"&gt; &lt;div class='inner'&gt; &lt;h2&gt;TEST!&lt;/h2&gt; &lt;p&gt;TESTER&lt;/p&gt; &lt;center&gt;&lt;a href="#" class="classname"&gt;Order Now&lt;/a&gt; &lt;/center&gt; &lt;/div&gt; &lt;/li&gt; &lt;li class="home"&gt; &lt;div class='inner'&gt; &lt;h2&gt;TEST!&lt;/h2&gt; &lt;p&gt;TESTER&lt;/p&gt; &lt;center&gt;&lt;a href="#" class="classname"&gt;Order Now&lt;/a&gt; &lt;/center&gt; &lt;/div&gt; &lt;/li&gt; &lt;li class="home"&gt; &lt;div class='inner'&gt; &lt;h2&gt;TEST!&lt;/h2&gt; &lt;p&gt;TESTER&lt;/p&gt; &lt;center&gt;&lt;a href="#" class="classname"&gt;Order Now&lt;/a&gt; &lt;/center&gt; &lt;/div&gt; &lt;/li&gt; &lt;/ul&gt; </code></pre> <p>CSS:</p> <pre><code>.list-holder { background:#456456; list-style-type:none; width:100%; } .classname { -moz-box-shadow:inset 0px 0px 0px 0px #ffffff; -webkit-box-shadow:inset 0px 0px 0px 0px #ffffff; box-shadow:inset 0px 0px 0px 0px #ffffff; background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2060bf), color-stop(1, #3fb8e8)); background:-moz-linear-gradient(center top, #2060bf 5%, #3fb8e8 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2060bf', endColorstr='#3fb8e8'); background-color:#2060bf; -moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px; border:1px solid #120407; display:inline-block; color:#fafafa; font-family:arial; font-size:16px; font-weight:bold; padding:7px 16px; text-decoration:none; text-shadow:1px 1px 7px #4f144f; } .classname:hover { background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3fb8e8), color-stop(1, #2060bf)); background:-moz-linear-gradient(center top, #3fb8e8 5%, #2060bf 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fb8e8', endColorstr='#2060bf'); background-color:#3fb8e8; } .classname:active { position:relative; top:1px; } .home { border: 1px solid #000; padding: 10px; width: 29%; border-radius:10px; background: #f0f0f0; color:#fff; text-align: justify; display:inline-block; } .inner { padding: 10px; background: #990000; } .home h2 { text-align: center; border-bottom: 5px solid #000; padding-bottom: 20px; font-size: 20px; margin-top: 1px; } .classname { -moz-box-shadow:inset 0px 0px 0px 0px #ffffff; -webkit-box-shadow:inset 0px 0px 0px 0px #ffffff; box-shadow:inset 0px 0px 0px 0px #ffffff; background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #2060bf), color-stop(1, #3fb8e8)); background:-moz-linear-gradient(center top, #2060bf 5%, #3fb8e8 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#2060bf', endColorstr='#3fb8e8'); background-color:#2060bf; -moz-border-radius:7px; -webkit-border-radius:7px; border-radius:7px; border:1px solid #120407; display:inline-block; color:#fafafa; font-family:arial; font-size:16px; font-weight:bold; padding:7px 16px; text-decoration:none; text-shadow:1px 1px 7px #4f144f; } .classname:hover { background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #3fb8e8), color-stop(1, #2060bf)); background:-moz-linear-gradient(center top, #3fb8e8 5%, #2060bf 100%); filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3fb8e8', endColorstr='#2060bf'); background-color:#3fb8e8; } .classname:active { position:relative; top:1px; } </code></pre> <p>Fiddle: <a href="http://jsfiddle.net/VN3AS/" rel="nofollow">http://jsfiddle.net/VN3AS/</a></p>
    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.
    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