Skip to content

Instantly share code, notes, and snippets.

View AntoniosHadji's full-sized avatar

Antonios Hadjigeorgalis AntoniosHadji

View GitHub Profile
@AntoniosHadji
AntoniosHadji / index.html
Created February 24, 2013 03:41
i found this on codepen. http://codepen.io/pixelgrid/pen/KknCd Cool Css loading animation - one element css animation using box shadows the animation with the filling up circle uses 2 elements
<div class="loader"></div>
<div class="loader fill">
<div class="filler"></div>
</div>
@AntoniosHadji
AntoniosHadji / style.css
Created August 21, 2012 03:42
Genesis Sample Child theme - responsive header image and header area
/*in this section of code */
@media only screen and (max-width: 600px) {
/* I added this code block */
#header {
background-size: contain !important;
min-height: 100%;
overflow-y:hidden;
}