widget page

This commit is contained in:
ry 2020-01-09 19:10:20 +01:00
parent 9500bc3a45
commit 5eb34f8a86
7 changed files with 175 additions and 26 deletions

View file

@ -0,0 +1,36 @@
@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
.center {
position: absolute;
top: 40%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
body {
font-family: 'Montserrat', sans-serif;
background: #252525;
color: white;
}
ul {
list-style: none;
}
a {
text-decoration: none;
}
.lists {
position: absolute;
top: 40%;
left: 50%;
-webkit-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.lists .topgg,
.lists .botlistspace {
padding: 1vh 2vw;
}
/*# sourceMappingURL=widget.css.map */