Far prettier index

This commit is contained in:
William Toohey
2017-09-10 20:05:52 +10:00
parent f12d707486
commit 3d59d6b3e2
13 changed files with 81 additions and 17 deletions
+35
View File
@@ -1,3 +1,38 @@
.icons {
display: flex;
flex-wrap: wrap;
align-items: stretch;
}
.gameicon {
border-radius:18px;
box-shadow:0px 0px 10px 2px #888888;
float: left;
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
color: inherit;
text-decoration: none;
margin: 5px;
width: 150px;
}
.gameicon:hover {
box-shadow:0px 0px 10px 1px #000000;
}
.gameicon img {
margin: 10px;
border-radius: 18px;
width:128px;
height: 128px;
}
.tagline {
float: right;
}
.fileInput {
display: none
}