Code backup
This commit is contained in:
2026-05-10 16:59:01 +02:00
commit 368d6fafea
796 changed files with 315310 additions and 0 deletions
+33
View File
@@ -0,0 +1,33 @@
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}
html,
body {
background: linear-gradient(315deg, #d12b2b, #5684b4);
background-attachment: fixed;
font-family: "Poppins", sans-serif;
height: 100%;
display: grid;
padding: 25px;
}
div#container {
margin: auto;
}
.title {
color: #fff;
font-size: 56px;
text-align: center;
}
.corpe {
color: #fff;
font-size: 12px;
text-align: center;
}