Skip to content

Instantly share code, notes, and snippets.

View kristofferandreasen's full-sized avatar

Kristoffer Andreasen kristofferandreasen

View GitHub Profile
@kristofferandreasen
kristofferandreasen / animatedlogos.css
Created April 15, 2017 18:09
A gist to show a section with animated logos
#logoexample__2 ul {
padding: 30px;
height: 220px;
border: 1px solid #e8e8e8;
border-radius: 10px;
background-color: #F9F9F9;
}
#logoexample__2 .helperdiv {
height: 160px;
display: table-cell;
@kristofferandreasen
kristofferandreasen / logoexample.css
Created April 14, 2017 09:28
A nice and clean way to implement customer logos on your website
#logodisplay {
background-color: #F9F9F9;
padding: 0;
border-bottom: 1px solid #e8e8e8;
}
#logodisplay ul {
margin-bottom: 0;
}
#logodisplay img {
max-height: 80px;