Skip to content

Instantly share code, notes, and snippets.

@okaprinarjaya
Created April 13, 2017 08:51
Show Gist options
  • Save okaprinarjaya/f7b29b97cef37095b2f2ceebbd51b71f to your computer and use it in GitHub Desktop.
Save okaprinarjaya/f7b29b97cef37095b2f2ceebbd51b71f to your computer and use it in GitHub Desktop.
body{
font-family: Century;
background-color: darkblue;
background: url("windows_8_wallpaper_large.png") fixed;
color: #fff;
padding:20px;
overflow: auto;
overflow-y: hidden;
white-space: nowrap;
}
.pagina{
height:auto;
min-width: 800px;
}
.linha{
width:auto;
padding:5px;
height:auto;
display:table;
}
.tile{
height:100px;
width:100px;
float:left;
margin:0 5px 0 0;
padding:2px;
}
.tileLargo{
width:210px;
}
.amarelo{
background:#DAA520;
}
.vermelho{
background:#CD0000;
}
.azul{
background:#4682B4;
}
.verde{
background-color: #2E8B57;
}
.selecionado{
background-color: #483D8B;
}
.lang-nav-wrap button {
margin-right: 5px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment