-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
65 lines (65 loc) · 1.21 KB
/
styles.css
File metadata and controls
65 lines (65 loc) · 1.21 KB
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
html{
background: no-repeat center/cover url(./sources/back.png);
height: 100%;
overflow: hidden;
font-family: 'Open Sans', sans-serif;
}
h3{
color: rgb(212,122,110);
}
.grid-container{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
display: grid;
width:40em;
grid-template-columns: auto auto auto auto auto;
border-radius: 1em;
}
.grid-item{
border-radius: 1em;
background-color: rgba(19,19,18,255);
text-align: center;
padding: 1.25em;
margin: 0.19em;
transition: 0.4s;
}
.grid-desc{
color: red;
font-weight: bolder;
align-content: center;
text-transform: full-width;
display: grid;
position: absolute;
left: 36%;
top: 40%;
width: 22.05em;
height: 6.07em;
border: 0.4em solid #131312;
background: round center/contain url(./sources/bottles221-1.jpg);
}
.rt{
height: 3.5em;
display: flex;
align-items: center;
filter: invert();
background: rgb(236, 236, 237);
}
#pfp-ico{
border-radius: 1em;
margin-top: 1em;
width: 128px;
}
#github:hover{
background: rgb(171, 217, 139);
}
#steam:hover{
background: rgb(237, 147, 96);
}
#discord:hover{
background: rgb(191, 177, 17);
}
#telegram:hover{
background: rgb(216, 89, 23);
}