-
Notifications
You must be signed in to change notification settings - Fork 0
/
gamesStyle.css
65 lines (63 loc) · 1.31 KB
/
gamesStyle.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
.games{
overflow:hidden;
}
.gamesList{
list-style:none;
}
@media screen and (min-width: 770px) {
.gamesRow{
width:33%;
height:100%;
float:left;
}
}
@media screen and (max-width: 769px) {
.gamesRow{
margin-top:15%;
}
.gamesRow.Unity{
margin-top:0px;
}
}
.gamesTitle{
letter-spacing:5px;
font-size:25px;
color:green;
margin-bottom:-70px;
}
.gamesElement{
width:26vmax;
/*min-width:30vw;*/
max-width:40vmax;
height:14vmax;
max-height:20vmax;
/*float:center;*/
margin:10px;
/*width:100%;*/
/*min-width:100px;*/
/*padding-left:10%;*/
/*background-image: url(img/timeline.png);*/
background-position:-16vmax -20.5vmin;
background-size: 86vmax 80vmin;
background-repeat:no-repeat;
background-origin: content-box;
}
.gamesButton{
width:100%;
height:100%;
background-color:rgba(0,0,0,0);
background-size:100% 100%;
border:none;
display:inline-block;
}
.gamesDate{font-size:1.4vmax;}
.sss222.gamesButton{background-image:url("img/sss222Thumbnail.png");}
.glitchout.gamesButton{background-image:url("img/glitchoutThumbnail.gif");}
.rustyropes.gamesButton{background-image:url("img/rustyropesThumbnail.png");}
.driftake.gamesButton{background-image:url("img/driftakeThumbnail.png");}
.itower.gamesButton{background-image:url("img/itowerThumbnail.png");}
.footer{
margin-top:50px;
height:2%;
color: white;
}