Skip to content

Instantly share code, notes, and snippets.

@jackcutting
Created June 19, 2012 14:32
Show Gist options
  • Save jackcutting/2954526 to your computer and use it in GitHub Desktop.
Save jackcutting/2954526 to your computer and use it in GitHub Desktop.
Untitled
#links{
width: 1000px;
background: #ff00ff;
}
#links a{
display: block;
float: left;
padding: 20px;
border: 1px solid #ccc;
}​
<h2>Links</h2>
<p>Click on the logos below to visit some of our major suppliers and market leaders such as Amtico, Karndean,Victoria carpets and crucial trading.</p>
<div id="links">
<a href="http://www.karndean.co.uk" target="_blank">
<img src="http://www.m2mflooring.co.uk/attachments/Image/karndean_logo.jpg" alt="" width="250" height="66" />
</a>
<a href="http://www.amtico.com" target="_blank">
<img src="http://www.m2mflooring.co.uk/attachments/Image/amtico_logo(1).jpg" alt="" width="250" height="102" />
</a>
<a href="http://www.mrtomkinson.co.uk" target="_blank">
<img src="http://www.m2mflooring.co.uk/attachments/Image/tompkinson_logo.jpg" alt="" width="200" height="101" />
</a>
<a href="http://www.amtico.com/pages/HubFullWidth2.aspx?id=2147484485" target="_blank">
<img src="http://www.m2mflooring.co.uk/attachments/Image/spacia_logo.jpg" alt="" width="250" height="114" />
</a>
<a href="http://www.lifestyle-floors.co.uk/" target="_blank">
<img src="http://www.m2mflooring.co.uk/attachments/Image/lifestyle.jpg" alt="" width="250" height="98" />
</a>
<a href="http://www.crucial-trading.com/" target="_blank">
<img src="http://www.m2mflooring.co.uk/attachments/Image/crucial_logo(1).jpg" alt="" width="250" height="103" />
</a>
<a href="http://www.victoriacarpets.com/" target="_blank">
<img src="http://www.m2mflooring.co.uk/attachments/Image/victoria_logo.jpg" alt="" width="250" height="117" />
</a>
</div>
{"view":"separate","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment