Skip to content

Instantly share code, notes, and snippets.

View gartner90's full-sized avatar
🏠
Working from home

Cristian Gartner gartner90

🏠
Working from home
  • CG Creativos
  • Pereira
View GitHub Profile
@gartner90
gartner90 / index.html
Created April 18, 2013 08:05
A CodePen by Cristian Gartner. Super Nintendo - Mario Bros Pure CSS - This is a project make 100% with css and html. www.CristianGartner.com Professional Front End
<!DOCTYPE>
<head>
<title>Documento sin título</title>
<link href="estilo-mario.css" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:700italic' rel='stylesheet' type='text/css'>
<script language="JavaScript">
function muestra_oculta(id){
if (document.getElementById){ //se obtiene el id
var el = document.getElementById(id); //se define la variable "el" igual a nuestro div
@gartner90
gartner90 / index.html
Created April 17, 2013 05:38
A CodePen by Cristian Gartner. Super Nintendo - Pure CSS3 100% - This is my css3 lab, Super Nintendo, TV and MArio Bros 100% css and html :D
<!DOCTYPE>
<head>
<title>Documento sin título</title>
<link href="estilo-mario.css" rel="stylesheet" type="text/css">
<link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:700italic' rel='stylesheet' type='text/css'>
<!--[if gte IE 9]>
<style type="text/css">
.gradient {
filter: none;
}