- 😄 Pronouns: He/His
- 🔭 I’m currently building LACREA.CL.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
* Author: http://stuffandnonsense.co.uk/blog/about/hardboiled_css3_media_queries/ | |
*/ | |
/* Smartphones (portrait and landscape) ----------- */ | |
@media only screen | |
and (min-device-width : 320px) | |
and (max-device-width : 480px) { | |
/* Styles */ | |
} |
3D chess game done in HTML/CSS/JS. Works only in webkit.
Github repo: https://github.com/juliangarnier/3D-Hartwig-chess-set
Using Photon : http://photon.attasi.com and Chess.js : https://github.com/jhlywa/chess.js
This is zero lines JS game. Only CSS and HTML, without JS =)
A Pen by Alexander Majorov on CodePen.
Layout based on magazine table of contents. Just sketching the idea out.
A Pen by Ricky Eckhardt on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="hoverme"> | |
<div class="wrapper"> | |
<div class="item item-1"> | |
<img src="http://www.iconsdb.com/icons/preview/white/facebook-l.png" alt="" /></div> | |
<div class="item item-2"> | |
<img src="http://www.iconsdb.com/icons/preview/white/twitter-l.png" alt="" /> | |
</div> | |
<div class="item item-3"> | |
<img src="http://www.iconsdb.com/icons/preview/white/google-plus-l.png" alt="" /> | |
</div> |
Based on https://dribbble.com/shots/1691328-Woven-star
A Pen by Tryon Eggleston on CodePen.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<header> | |
<div class="inset"> | |
<h1>Page Title</h1> | |
<time>August 27, 2014</time> | |
<hr/> | |
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.</p> | |
<hr class="omega"/> | |
</div> | |
</header> |