azures04 6c4948d0b2 New commit
-  Added ban checking ⚖️
    -  GUI 🪟
    -  HWID Checking/Creating module ⚙
2025-04-26 11:06:59 +02:00

43 lines
819 B
CSS

@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
* {
margin: 0px;
padding: 0px;
box-sizing: border-box;
}
body {
background-color: #262626;
}
main > article > section > img {
width: 150px;
}
main > article {
display: flex;
flex-wrap: wrap ;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
main > article > section.informations {
width: 363px;
color: #ffffff;
padding: 13px 13px 13px 13px;
font-weight: bolder;
text-align: center;
font-family: "Roboto", sans-serif;
}
main > article > section.informations > h2 {
margin-bottom: 10px;
}
main > article > section.informations > p {
font-weight: lighter;
text-align: left;
margin-left: 10px;
}