New commit
- Added ban checking ⚖️ - GUI 🪟 - HWID Checking/Creating module ⚙
This commit is contained in:
43
app/assets/css/banned.css
Normal file
43
app/assets/css/banned.css
Normal file
@@ -0,0 +1,43 @@
|
||||
@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;
|
||||
}
|
||||
Reference in New Issue
Block a user